Skip to content

Commit ed5e973

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

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9696
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
9797
with:
98-
node-version: "^22.0.0"
98+
node-version: "^24.0.0"
9999
cache: yarn
100100
cache-dependency-path: yarn.lock
101101

@@ -203,7 +203,7 @@ jobs:
203203

204204
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
205205
with:
206-
node-version: "^22"
206+
node-version: "^24.0.0"
207207
cache: yarn
208208
cache-dependency-path: yarn.lock
209209

@@ -226,7 +226,7 @@ jobs:
226226
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
227227
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
228228
with:
229-
node-version: "^22.0.0"
229+
node-version: "^24.0.0"
230230
cache: yarn
231231
cache-dependency-path: yarn.lock
232232

@@ -265,7 +265,7 @@ jobs:
265265
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
266266
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
267267
with:
268-
node-version: "^22.0.0"
268+
node-version: "^24.0.0"
269269
cache: yarn
270270
cache-dependency-path: yarn.lock
271271

.github/workflows/publish-pages.yml

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

1818
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1919
with:
20-
node-version: "^22.0.0"
20+
node-version: "^24.0.0"
2121
cache: yarn
2222
cache-dependency-path: yarn.lock
2323

docker-compose.apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
profiles:
3232
- frontend
3333
working_dir: /src
34-
image: node:22.21
34+
image: node:24.12
3535
entrypoint: ["/bin/sh", "-c"]
3636
command:
3737
- |

frontends/main/Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# heroku container:release --app mitopen-rc-nextjs frontend
5959

6060

61-
FROM node:22-alpine AS base
61+
FROM node:24-alpine AS base
6262

6363
RUN apk update
6464
RUN apk add --no-cache libc6-compat && \

frontends/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@testing-library/user-event": "^14.5.2",
5151
"@types/jest": "^29.5.12",
5252
"@types/lodash": "^4.17.7",
53-
"@types/node": "^22.0.0",
53+
"@types/node": "^24.0.0",
5454
"@types/react": "^19.2.7",
5555
"@types/react-dom": "^19.2.3",
5656
"@types/react-slick": "^0.23.13",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"private": true,
77
"engines": {
8-
"node": "^22.0.0",
8+
"node": "^24.0.0",
99
"yarn": "^4.1.1"
1010
},
1111
"workspaces": [

yarn.lock

Lines changed: 17 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)