File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
37
- - name : Use latest NPM
38
- run : sudo npm i -g npm
39
-
40
37
- name : Install dependencies
41
38
run : npm ci
42
39
55
52
strategy :
56
53
matrix :
57
54
os : [ubuntu-latest, windows-latest, macos-latest]
58
- node-version : [12.x, 14.x, 16.x]
55
+ node-version : [12.x, 14.x, 16.x, 17.x ]
59
56
stylelint-version : [13.x, 14.x]
60
57
webpack-version : [latest]
61
58
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 ci
87
76
You can’t perform that action at this time.
0 commit comments