File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 35
35
node-version : ${{ matrix.node-version }}
36
36
cache : " npm"
37
37
38
- - name : Use latest NPM
39
- run : sudo npm i -g npm
40
-
41
38
- name : Install dependencies
42
39
run : npm ci
43
40
74
71
node-version : ${{ matrix.node-version }}
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
- run : sudo npm i -g npm
80
-
81
- - name : Use latest NPM on windows
82
- if : matrix.os == 'windows-latest'
83
- run : npm i -g npm
84
-
85
74
- name : Install dependencies
86
75
run : npm i
87
76
@@ -119,14 +108,6 @@ jobs:
119
108
node-version : ${{ matrix.node-version }}
120
109
cache : " npm"
121
110
122
- - name : Use latest NPM on ubuntu/macos
123
- if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
124
- run : sudo npm i -g npm
125
-
126
- - name : Use latest NPM on windows
127
- if : matrix.os == 'windows-latest'
128
- run : npm i -g npm
129
-
130
111
- name : Install dependencies
131
112
run : npm i
132
113
You can’t perform that action at this time.
0 commit comments