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 df27bf1 commit cb435b5Copy full SHA for cb435b5
1 file changed
.github/workflows/nodejs.yml
@@ -34,9 +34,6 @@ jobs:
34
with:
35
node-version: ${{ matrix.node-version }}
36
37
- - name: Use latest NPM
38
- run: sudo npm i -g npm
39
-
40
- name: Install dependencies
41
run: npm ci
42
@@ -74,14 +71,6 @@ jobs:
74
71
75
72
cache: 'npm'
76
73
77
- - name: Use latest NPM on ubuntu/macos
78
- if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
79
80
81
- - name: Use latest NPM on windows
82
- if: matrix.os == 'windows-latest'
83
- run: npm i -g npm
84
85
86
87
0 commit comments