File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Setup .npmrc file for NPM registry
4343 if : steps.version_check.outputs.changed == 'true'
44- uses : actions/setup-node@v4
44+ uses : actions/setup-node@v5
4545 with :
4646 node-version-file : ' .nvmrc'
4747 registry-url : ' https://registry.npmjs.org'
6969
7070 - name : Setup .npmrc file for GitHub Packages
7171 if : steps.version_check.outputs.changed == 'true'
72- uses : actions/setup-node@v4
72+ uses : actions/setup-node@v5
7373 with :
7474 node-version-file : ' .nvmrc'
7575 registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 2020 persist-credentials : false
2121
2222 - name : Setup environment
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v5
2424 with :
2525 node-version-file : ' .nvmrc'
2626
You can’t perform that action at this time.
0 commit comments