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 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- node-version : [latest ]
15
+ node-version : [lts/* ]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- node-version : [latest ]
16
+ node-version : [lts/* ]
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
19
- uses : actions/checkout@v4
32
32
strategy :
33
33
matrix :
34
34
os : [ubuntu-latest]
35
- node-version : [latest ]
35
+ node-version : [lts/* ]
36
36
runs-on : ${{ matrix.os }}
37
37
steps :
38
38
- uses : actions/checkout@v4
69
69
strategy :
70
70
matrix :
71
71
os : [ubuntu-latest]
72
- node-version : [latest ]
72
+ node-version : [lts/* ]
73
73
runs-on : ${{ matrix.os }}
74
74
steps :
75
75
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments