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 4343
4444 - name : Setup .npmrc file for NPM registry
4545 if : steps.version_check.outputs.changed == 'true'
46- uses : actions/setup-node@v5
46+ uses : actions/setup-node@v6
4747 with :
4848 node-version-file : ' .nvmrc'
4949 registry-url : ' https://registry.npmjs.org'
6666
6767 - name : Setup .npmrc file for GitHub Packages
6868 if : steps.version_check.outputs.changed == 'true'
69- uses : actions/setup-node@v5
69+ uses : actions/setup-node@v6
7070 with :
7171 node-version-file : ' .nvmrc'
7272 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@v5
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version-file : ' .nvmrc'
2626
You can’t perform that action at this time.
0 commit comments