File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v5
19
19
20
20
- name : Install Node.js
21
- uses : actions/setup-node@v4
21
+ uses : actions/setup-node@v5
22
22
with :
23
23
# # make sure this corresponds with the version in release.yml
24
24
node-version : latest
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v5
11
- - uses : actions/setup-node@v4
11
+ - uses : actions/setup-node@v5
12
12
with :
13
13
# # make sure this corresponds with the version in test.yml
14
14
node-version : latest
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v5
20
20
21
21
- name : Install Node.js
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@v5
23
23
with :
24
24
# # make sure this corresponds with the version in release.yml
25
25
node-version : latest
You can’t perform that action at this time.
0 commit comments