Skip to content

Commit 8db90f4

Browse files
committed
ci(dependencies): updated to modern installation conventions
1 parent 0dc049f commit 8db90f4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/node-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21-
- name: Read .nvmrc
22-
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
23-
id: nvm
2421
- name: Setup node
2522
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
2623
with:
27-
node-version: ${{ steps.nvm.outputs.NVMRC }}
28-
- uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1.8.32
24+
node-version-file: .nvmrc
25+
cache: npm
26+
- run: npm clean-install
27+
- run: npm audit signatures
2928
- run: npm test
3029
release:
3130
needs: verify

0 commit comments

Comments
 (0)