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 3434 with :
3535 node-version : ${{ matrix.node-version }}
3636
37- - name : Use latest NPM
38- run : sudo npm i -g npm
39-
4037 - name : Install dependencies
4138 run : npm ci
4239
5552 strategy :
5653 matrix :
5754 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 ]
5956 stylelint-version : [13.x, 14.x]
6057 webpack-version : [latest]
6158
7471 node-version : ${{ matrix.node-version }}
7572 cache : ' npm'
7673
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-
8574 - name : Install dependencies
8675 run : npm ci
8776
You can’t perform that action at this time.
0 commit comments