Skip to content

Commit 2e9eadd

Browse files
committed
Use npm 8.0 for Node.js 12 and 14
1 parent c1d1965 commit 2e9eadd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
cache: npm
3939
cache-dependency-path: package.json
4040

41+
- name: Update npm
42+
if: matrix.node == 12 || matrix.node == 14
43+
run: npm install -g npm@8
44+
4145
- name: Install npm dependencies
4246
run: npm install
4347

0 commit comments

Comments
 (0)