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 dfc4ad7 commit a1144dcCopy full SHA for a1144dc
1 file changed
.github/workflows/test.yml
@@ -22,6 +22,10 @@ jobs:
22
run: npm install -g npm@3
23
if: ${{ matrix.node <= 5 }}
24
25
+ - name: Upgrade Node 7 npm
26
+ run: npm install -g npm@6
27
+ if: ${{ matrix.node == 7 }}
28
+
29
- run: npm install
30
31
- name: Setup
0 commit comments