We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc049f commit 8db90f4Copy full SHA for 8db90f4
.github/workflows/node-ci.yml
@@ -18,14 +18,13 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
- - name: Read .nvmrc
22
- run: echo ::set-output name=NVMRC::$(cat .nvmrc)
23
- id: nvm
24
- name: Setup node
25
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
26
with:
27
- node-version: ${{ steps.nvm.outputs.NVMRC }}
28
- - uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1.8.32
+ node-version-file: .nvmrc
+ cache: npm
+ - run: npm clean-install
+ - run: npm audit signatures
29
- run: npm test
30
release:
31
needs: verify
0 commit comments