File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- node : [18.20.4 , 20.18.0 , 22.10.0 ]
16+ node : [18.x , 20.x , 22.x, latest ]
1717 steps :
1818 - uses : actions/setup-node@v4
1919 with :
3333 runs-on : windows-2019
3434 strategy :
3535 matrix :
36- node : [18.20.4 , 20.18.0 , 22.10.0 ]
36+ node : [18.x , 20.x , 22.x, latest ]
3737 steps :
3838 - uses : actions/setup-node@v4
3939 with :
5757 runs-on : macos-15
5858 strategy :
5959 matrix :
60- node : [18.20.4 , 20.18.0 , 22.10.0 ]
60+ node : node: [18.x , 20.x , 22.x, latest ]
6161 steps :
6262 - uses : actions/setup-node@v4
6363 with :
7979 steps :
8080 - uses : actions/setup-node@v4
8181 with :
82- node-version : 22.10.0
82+ node-version : latest
8383 - uses : actions/checkout@v4
8484 - name : Install
8585 run : npm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments