We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe3898 commit c78fe78Copy full SHA for c78fe78
.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
@@ -74,14 +71,6 @@ jobs:
74
71
75
72
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