We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f729b commit 86d5286Copy full SHA for 86d5286
1 file changed
.github/workflows/node-ci.yml
@@ -31,7 +31,6 @@ jobs:
31
cache: npm
32
node-version: ${{ matrix.node }}
33
- run: npm clean-install
34
- - run: npm audit signatures
35
- run: npm test
36
verify:
37
runs-on: ubuntu-latest
@@ -43,6 +42,7 @@ jobs:
43
42
node-version-file: .nvmrc
44
45
+ - run: corepack npm audit signatures
46
47
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
48
release:
0 commit comments