Skip to content

Commit c4e6295

Browse files
committed
Bump npm to v7 as recommended in actions/setup-node#213
1 parent eb57657 commit c4e6295

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_size_change.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ 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
2932
run: npm ci
3033
working-directory: ./js

0 commit comments

Comments
 (0)