Skip to content

Commit fdeb0fd

Browse files
committed
[actions] update npm for windows tests
1 parent 80322ed commit fdeb0fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ jobs:
5252
node-version: ${{ matrix.node-version }}
5353
if: matrix.os == 'windows-latest'
5454

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+
5562
- run: npm install
5663
env:
5764
NPM_CONFIG_STRICT_SSL: false

0 commit comments

Comments
 (0)