We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d1965 commit 2e9eaddCopy full SHA for 2e9eadd
1 file changed
.github/workflows/test.yml
@@ -38,6 +38,10 @@ jobs:
38
cache: npm
39
cache-dependency-path: package.json
40
41
+ - name: Update npm
42
+ if: matrix.node == 12 || matrix.node == 14
43
+ run: npm install -g npm@8
44
+
45
- name: Install npm dependencies
46
run: npm install
47
0 commit comments