Skip to content

Commit f46380f

Browse files
committedApr 7, 2023
feat: update
1 parent 277b635 commit f46380f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed
 

‎.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
version: 7.16.1
2323

24-
- name: Use Node.js ${{ matrix.node-version }}
24+
- name: ${{ matrix.node-version }}
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
@@ -30,8 +30,5 @@ jobs:
3030
- name: install
3131
run: pnpm install
3232

33-
#- name: lint
34-
# run: pnpm lint
35-
3633
- name: test
3734
run: pnpm test:ci

‎.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
with:
1717
node-version: "18"
1818
registry-url: https://registry.npmjs.org/
19-
- run: npm i -g pnpm @antfu/ni
20-
- run: nci
21-
- run: nr test --if-present
19+
- run: npm install
20+
- run: npm run test --if-present
2221
- run: npx conventional-github-releaser -p angular
2322
env:
2423
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)
Please sign in to comment.