Skip to content

Commit fd45f38

Browse files
authored
ci: debug for windows
1 parent b9e11ba commit fd45f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
8181
run: sudo npm i -g npm
8282

83-
- name: Use latest NPM on windows
84-
if: matrix.os == 'windows-latest'
85-
run: npm i -g npm
83+
# - name: Use latest NPM on windows
84+
# if: matrix.os == 'windows-latest'
85+
# run: npm i -g npm
8686

8787
- name: Use latest NPM on windows
8888
if: matrix.webpack-version == 4

0 commit comments

Comments
 (0)