Skip to content

Commit b35a24f

Browse files
committed
Use npm ci again, but bump npm to v7 as recommended in actions/setup-node#213
1 parent 3e549f2 commit b35a24f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_size_change.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
with:
2626
node-version: "14"
2727

28+
- name: Use npm v7
29+
run: sudo npm install -g npm@7.x.x
30+
2831
- name: Install JS dependencies
29-
run: npm install
32+
run: npm ci
3033
working-directory: ./js
3134

3235
- name: Build production assets

0 commit comments

Comments
 (0)