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 80322ed commit fdeb0fdCopy full SHA for fdeb0fd
.github/workflows/nodejs.yml
@@ -52,6 +52,13 @@ jobs:
52
node-version: ${{ matrix.node-version }}
53
if: matrix.os == 'windows-latest'
54
55
+ - name: upgrade npm
56
+ run: npm install -g npm@6
57
+ env:
58
+ NPM_CONFIG_STRICT_SSL: false
59
+ if: matrix.os == 'windows-latest' && matrix.node-version >= 6 && matrix.node-version <= 9
60
+ continue-on-error: true
61
+
62
- run: npm install
63
env:
64
NPM_CONFIG_STRICT_SSL: false
0 commit comments