File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 77 branches : [main, develop]
88 workflow_dispatch :
99
10+ node_versions : &node_versions
11+ - ' lts/*'
12+
1013jobs :
1114 lint :
1215 runs-on : ubuntu-latest
1316 strategy :
1417 matrix :
15- node-version : ['lts/*']
18+ node-version : *node_versions
1619 steps :
1720 - uses : actions/checkout@v6
1821 - name : Setup Node.js ${{ matrix.node-version }}
3235 strategy :
3336 fail-fast : false
3437 matrix :
35- node-version : ['lts/*']
38+ node-version : *node_versions
3639 os : ['macos-latest', 'ubuntu-latest', 'windows-latest']
3740 steps :
3841 - uses : actions/checkout@v6
5659 runs-on : ubuntu-latest
5760 strategy :
5861 matrix :
59- node-version : ['lts/*']
62+ node-version : *node_versions
6063 steps :
6164 - uses : actions/checkout@v6
6265 - name : Setup Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments