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 db770e5 commit 694b33aCopy full SHA for 694b33a
.github/workflows/nodejs.yml
@@ -38,9 +38,6 @@ jobs:
38
node-version: ${{ matrix.node-version }}
39
cache: "npm"
40
41
- - name: Use latest NPM
42
- run: sudo npm i -g npm
43
-
44
- name: Install dependencies
45
run: npm ci
46
@@ -77,14 +74,6 @@ jobs:
77
74
78
75
79
76
80
- - name: Use latest NPM on ubuntu/macos
81
- if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
82
83
84
- - name: Use latest NPM on windows
85
- if: matrix.os == 'windows-latest'
86
- run: npm i -g npm
87
88
89
90
0 commit comments