Skip to content

Commit af6fcab

Browse files
chore(deps): update dependency node to v24
1 parent 1efe497 commit af6fcab

File tree

7 files changed

+416
-284
lines changed

7 files changed

+416
-284
lines changed

.github/actions/setup-env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 22
13+
node-version: 24
1414
cache: 'npm'
1515

1616
- name: Install Packages

apps/api-harmonization/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://turborepo.com/docs/guides/tools/docker
22
# https://github.com/vercel/turborepo/tree/main/examples/with-docker
33

4-
FROM node:22-alpine AS base
4+
FROM node:24-alpine AS base
55

66
FROM base AS builder
77
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/express": "^5.0.3",
7777
"@types/jest": "^30.0.0",
7878
"@types/jsonwebtoken": "^9.0.10",
79-
"@types/node": "^24.7.2",
79+
"@types/node": "^24.10.1",
8080
"@types/string-template": "^1.0.7",
8181
"@types/supertest": "^6.0.3",
8282
"@typescript-eslint/eslint-plugin": "^8.46.1",

apps/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://turborepo.com/docs/guides/tools/docker
22
# https://github.com/vercel/turborepo/tree/main/examples/with-docker
33

4-
FROM node:22-alpine AS base
4+
FROM node:24-alpine AS base
55

66
FROM base AS builder
77
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6363
"@turbo/gen": "^2.5.8",
6464
"@types/bcryptjs": "^3.0.0",
65-
"@types/node": "^24.7.2",
65+
"@types/node": "^24.10.1",
6666
"@types/react": "^19.2.2",
6767
"@types/react-autosuggest": "^10.1.11",
6868
"@types/react-dom": "^19.2.2",

0 commit comments

Comments
 (0)