mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-03-22 18:25:37 +00:00
build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#667)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](6044e13b5d...53b83947a5)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c1a2f2444
commit
3e6e0334e9
2
.github/workflows/backend.test.build.yml
vendored
2
.github/workflows/backend.test.build.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3
|
||||
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3
|
||||
with:
|
||||
node-version-file: './.tool-versions'
|
||||
- name: Install Dependencies & Build Library
|
||||
|
||||
2
.github/workflows/backend.test.lint.yml
vendored
2
.github/workflows/backend.test.lint.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3
|
||||
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3
|
||||
with:
|
||||
node-version-file: './.tool-versions'
|
||||
- name: Lint
|
||||
|
||||
2
.github/workflows/backend.test.unit.yml
vendored
2
.github/workflows/backend.test.unit.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
|
||||
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3
|
||||
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3
|
||||
with:
|
||||
node-version-file: './.tool-versions'
|
||||
- name: Install Dependencies & Build Library
|
||||
|
||||
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3
|
||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3
|
||||
with:
|
||||
node-version-file: './.tool-versions'
|
||||
|
||||
|
||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3
|
||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3
|
||||
with:
|
||||
node-version-file: './.tool-versions'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user