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 1818 uses : actions/checkout@v4
1919
2020 - name : Install Node.js
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 # # make sure this corresponds with the version in release.yml
2424 node-version : latest
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : actions/setup-node@v4
11+ - uses : actions/setup-node@v5
1212 with :
1313 # # make sure this corresponds with the version in test.yml
1414 node-version : latest
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020
2121 - name : Install Node.js
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 # # make sure this corresponds with the version in release.yml
2525 node-version : latest
You can’t perform that action at this time.
0 commit comments