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 9
9
runs-on : ubuntu-22.04
10
10
strategy :
11
11
matrix :
12
- node-version : [latest ]
12
+ node-version : [lts ]
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Install pnpm
28
28
runs-on : ubuntu-22.04
29
29
strategy :
30
30
matrix :
31
- node-version : [latest ]
31
+ node-version : [lts ]
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
- name : Install pnpm
48
48
runs-on : ubuntu-22.04
49
49
strategy :
50
50
matrix :
51
- node-version : [latest ]
51
+ node-version : [lts ]
52
52
steps :
53
53
- uses : actions/checkout@v4
54
54
- name : Install pnpm
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
strategy :
13
13
matrix :
14
- node-version : [latest ]
14
+ node-version : [lts ]
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Install pnpm
You can’t perform that action at this time.
0 commit comments