We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d3ea7 commit d631ceaCopy full SHA for d631cea
.github/workflows/nodejs.yml
@@ -35,9 +35,6 @@ jobs:
35
node-version: ${{ matrix.node-version }}
36
cache: "npm"
37
38
- - name: Use latest NPM
39
- run: sudo npm i -g npm
40
-
41
- name: Install dependencies
42
run: npm ci
43
@@ -73,14 +70,6 @@ jobs:
73
70
74
71
75
72
76
- - name: Use latest NPM on ubuntu/macos
77
- if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
78
79
80
- - name: Use latest NPM on windows
81
- if: matrix.os == 'windows-latest'
82
- run: npm i -g npm
83
84
85
86
0 commit comments