Skip to content

Commit

Permalink
ci: always use latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 22, 2022
1 parent c0f4766 commit e8d8f1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use latest npm
run: npm i -g npm@latest

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit e8d8f1e

Please sign in to comment.