File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest]
15- node-version : [latest ]
15+ node-version : [lts/* ]
1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
16- node-version : [latest ]
16+ node-version : [lts/* ]
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - uses : actions/checkout@v4
3232 strategy :
3333 matrix :
3434 os : [ubuntu-latest]
35- node-version : [latest ]
35+ node-version : [lts/* ]
3636 runs-on : ${{ matrix.os }}
3737 steps :
3838 - uses : actions/checkout@v4
6969 strategy :
7070 matrix :
7171 os : [ubuntu-latest]
72- node-version : [latest ]
72+ node-version : [lts/* ]
7373 runs-on : ${{ matrix.os }}
7474 steps :
7575 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments