Skip to content

Commit

Permalink
Use latest npm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Oct 21, 2021
1 parent 36ae82d commit 017bce7
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 @@ -21,6 +21,9 @@ jobs:
with:
node-version: 'lts/*'

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

- run: npm ci

- run: npm run lint
Expand Down

0 comments on commit 017bce7

Please sign in to comment.