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 fd45f38 commit 342b010Copy full SHA for 342b010
.github/workflows/nodejs.yml
@@ -37,9 +37,6 @@ jobs:
37
node-version: ${{ matrix.node-version }}
38
cache: "npm"
39
40
- - name: Use latest NPM
41
- run: sudo npm i -g npm
42
-
43
- name: Install dependencies
44
run: npm ci
45
@@ -76,18 +73,6 @@ jobs:
76
73
77
74
78
75
79
- - name: Use latest NPM on ubuntu/macos
80
- if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
81
82
83
- # - name: Use latest NPM on windows
84
- # if: matrix.os == 'windows-latest'
85
- # run: npm i -g npm
86
87
- - name: Use latest NPM on windows
88
- if: matrix.webpack-version == 4
89
- run: sed -i'.original' 's/"build:types"/"_unused"/g' package.json
90
91
92
93
0 commit comments