Skip to content

Commit

Permalink
Bump npm to v7 as recommended in actions/setup-node#213
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Apr 3, 2021
1 parent c70d655 commit 34d1822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_size_change.yml
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: "14"

- name: Use npm v7
run: sudo npm install -g npm@7.x.x

- name: Install JS dependencies
run: npm ci
working-directory: ./js
Expand Down

0 comments on commit 34d1822

Please sign in to comment.