Skip to content

Commit

Permalink
Use npm ci again, but bump npm to v7 as recommended in actions/setup-…
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Apr 3, 2021
1 parent 3e549f2 commit b35a24f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_size_change.yml
Expand Up @@ -25,8 +25,11 @@ jobs:
with:
node-version: "14"

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

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

- name: Build production assets
Expand Down

0 comments on commit b35a24f

Please sign in to comment.