Skip to content

Commit

Permalink
Use latest npm in all Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Oct 21, 2021
1 parent 8337b7e commit acd5c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install latest npm
run: npm install --global npm@latest

- run: npm -v

- run: npm ci
Expand Down

0 comments on commit acd5c0f

Please sign in to comment.