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 15
15
uses : actions/checkout@v5
16
16
17
17
- name : Set up Node.js 18.x
18
- uses : actions/setup-node@v4
18
+ uses : actions/setup-node@v5
19
19
with :
20
20
node-version : 18.x
21
21
cache : ' npm'
35
35
uses : actions/checkout@v5
36
36
37
37
- name : Set up Node.js 18.x
38
- uses : actions/setup-node@v4
38
+ uses : actions/setup-node@v5
39
39
with :
40
40
node-version : 18.x
41
41
cache : ' npm'
55
55
uses : actions/checkout@v5
56
56
57
57
- name : Set up Node.js 18.x
58
- uses : actions/setup-node@v4
58
+ uses : actions/setup-node@v5
59
59
with :
60
60
node-version : 18.x
61
61
cache : ' npm'
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v5
16
16
17
17
- name : Set up Node.js 18.x
18
- uses : actions/setup-node@v4
18
+ uses : actions/setup-node@v5
19
19
with :
20
20
node-version : 18.x
21
21
cache : ' npm'
You can’t perform that action at this time.
0 commit comments