We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277b635 commit f46380fCopy full SHA for f46380f
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
version: 7.16.1
23
24
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: ${{ matrix.node-version }}
25
uses: actions/setup-node@v3
26
27
node-version: ${{ matrix.node-version }}
@@ -30,8 +30,5 @@ jobs:
30
- name: install
31
run: pnpm install
32
33
- #- name: lint
34
- # run: pnpm lint
35
-
36
- name: test
37
run: pnpm test:ci
.github/workflows/release.yml
@@ -16,9 +16,8 @@ jobs:
16
17
node-version: "18"
18
registry-url: https://registry.npmjs.org/
19
- - run: npm i -g pnpm @antfu/ni
20
- - run: nci
- - run: nr test --if-present
+ - run: npm install
+ - run: npm run test --if-present
- run: npx conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments