Skip to content

Commit b0dab8c

Browse files
chore(actions)(deps): bump actions/setup-node from 3 to 6 (#93)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Manuel Palomares <jose.palomares@parcellab.com>
1 parent 414cf6c commit b0dab8c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout current git repository
3434
uses: actions/checkout@v3
3535
- name: Use Node.js
36-
uses: actions/setup-node@v3
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: ${{ inputs.nodeVersion }}
3939
- if: inputs.cacheEnabled

.github/workflows/npm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of REPO_ACCESS_TOKEN
6969
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository
7070
- name: Use Node.js with Github Packages as registry url
71-
uses: actions/setup-node@v3
71+
uses: actions/setup-node@v6
7272
with:
7373
node-version: ${{ inputs.nodeVersion }}
7474
registry-url: https://npm.pkg.github.com
@@ -118,7 +118,7 @@ jobs:
118118
NPM_GITHUB_TOKEN: ${{ secrets.githubAuthToken }} # To support configurations from .npmrc
119119
- if: inputs.access == 'public'
120120
name: Use Node.js with NPMjs as registry url
121-
uses: actions/setup-node@v3
121+
uses: actions/setup-node@v6
122122
with:
123123
node-version: ${{ inputs.nodeVersion }}
124124
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)