Skip to content

Commit 97ed7d1

Browse files
dependabot[bot]dinmukhamedmolzhik11skull8888888
authored
build(deps): bump actions/setup-node from 4 to 6 (#968)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...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: Dinmukhamed Mailibay <47117969+dinmukhamedm@users.noreply.github.com> Co-authored-by: Olzhas Nurpeisov <74583784+olzhik11@users.noreply.github.com> Co-authored-by: Robert Kim <skull8888888@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7273924 commit 97ed7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fe-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Step 3: Set up Node.js
2828
- name: Set up Node.js
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: 'lts/*' # Use the latest LTS version of Node.js
3232
cache: 'pnpm'

.github/workflows/fe-tests-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: 9
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v5
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: 'lts/*'
2929
cache: 'pnpm'

0 commit comments

Comments
 (0)