Skip to content

Commit e7e59e5

Browse files
chore(deps): update node.js to v24
1 parent ebf46d6 commit e7e59e5

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2020
with:
21-
node-version: "^22"
21+
node-version: "^24.0.0"
2222
cache: yarn
2323
cache-dependency-path: frontend-demo/yarn.lock
2424

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
8484
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
8585
with:
86-
node-version: "^22"
86+
node-version: "^24.0.0"
8787
cache: yarn
8888
cache-dependency-path: frontend-demo/yarn.lock
8989

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2020
with:
21-
node-version: "^22"
21+
node-version: "^24.0.0"
2222
cache: yarn
2323
cache-dependency-path: frontend-demo/yarn.lock
2424

.github/workflows/rc-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2020
with:
21-
node-version: "^22"
21+
node-version: "^24.0.0"
2222
cache: yarn
2323
cache-dependency-path: frontend-demo/yarn.lock
2424

docker-compose.apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939

4040
watch:
4141
working_dir: /src
42-
image: node:22.22
42+
image: node:24.14
4343
entrypoint: ["/bin/sh", "-c"]
4444
command:
4545
- |

frontend-demo/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.1
1+
24.14.0

frontend-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/jest": "^29.5.14",
4848
"@types/jest-when": "^3",
4949
"@types/lodash": "^4.17.13",
50-
"@types/node": "^22.0.0",
50+
"@types/node": "^24.0.0",
5151
"@types/react": "^19.0.0",
5252
"@types/react-dom": "^19.0.0",
5353
"@typescript-eslint/eslint-plugin": "^8.13.0",

frontend-demo/yarn.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)