Skip to content

Commit ca3d999

Browse files
chore(deps): update dependency node to v24
1 parent 8ac0de9 commit ca3d999

File tree

7 files changed

+377
-59
lines changed

7 files changed

+377
-59
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
@@ -84,7 +84,7 @@
8484
"@types/express": "^5.0.3",
8585
"@types/jest": "^30.0.0",
8686
"@types/jsonwebtoken": "^9.0.10",
87-
"@types/node": "^24.7.2",
87+
"@types/node": "^24.9.1",
8888
"@types/string-template": "^1.0.7",
8989
"@types/supertest": "^6.0.3",
9090
"@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
@@ -68,7 +68,7 @@
6868
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6969
"@turbo/gen": "^2.5.8",
7070
"@types/bcryptjs": "^3.0.0",
71-
"@types/node": "^24.7.2",
71+
"@types/node": "^24.9.1",
7272
"@types/react": "^19.2.2",
7373
"@types/react-autosuggest": "^10.1.11",
7474
"@types/react-dom": "^19.2.2",

0 commit comments

Comments
 (0)