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 3535 with :
3636 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3737 - name : Setup Node
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v5
3939 with :
4040 node-version : 24
4141 cache : npm # or pnpm / yarn
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-node@v4
12+ - uses : actions/setup-node@v5
1313 with :
1414 node-version : 24
1515 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v5
28- - uses : actions/setup-node@v4
28+ - uses : actions/setup-node@v5
2929 with :
3030 node-version : 24
3131 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments