build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#11725)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-09 10:13:55 +01:00
committed by GitHub
parent 62dd64c695
commit 93c2d1bbc4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
with: with:
dry-run-flag: ${{ inputs.dry-run-flag }} dry-run-flag: ${{ inputs.dry-run-flag }}
- name: install NPM - name: install NPM
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
- name: "Release tag" - name: "Release tag"
+2 -2
View File
@@ -100,7 +100,7 @@ jobs:
run: | run: |
npm run build:libs npm run build:libs
npm run build:schematics npm run build:schematics
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
name: release libraries GH registry name: release libraries GH registry
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
@@ -109,7 +109,7 @@ jobs:
- run: npm run publish -- --tag=${{ steps.setup.outputs.npm-tag }} - run: npm run publish -- --tag=${{ steps.setup.outputs.npm-tag }}
env: env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
name: release libraries Npm registry name: release libraries Npm registry
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'