Skip to content

Commit

Permalink
batter label for CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed May 24, 2021
1 parent c0005f7 commit 6bfba8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}.x
- name: update npm to 7.*
- name: Ensure npm >= 7
run: npm i -g npm@^7
- run: npm ci
- run: npm run audit
Expand Down

0 comments on commit 6bfba8d

Please sign in to comment.