From 5c2281cfa2a2a60203a6393cf3c0ec0477aaf791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:24:02 +0000 Subject: [PATCH] Update Node.js to v24 --- .github/workflows/ci-deploy.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/production-deploy.yml | 2 +- .github/workflows/rc-deploy.yml | 2 +- docker-compose.apps.yml | 2 +- frontend-demo/.nvmrc | 2 +- frontend-demo/package.json | 2 +- frontend-demo/yarn.lock | 11 ++++++++++- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 25c26495..bcbb62a6 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: "^22" + node-version: "^24.0.0" cache: yarn cache-dependency-path: frontend-demo/yarn.lock diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffc79b6..3ba6561a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: "^22" + node-version: "^24.0.0" cache: yarn cache-dependency-path: frontend-demo/yarn.lock diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index b80da0d9..714bd9bf 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: "^22" + node-version: "^24.0.0" cache: yarn cache-dependency-path: frontend-demo/yarn.lock diff --git a/.github/workflows/rc-deploy.yml b/.github/workflows/rc-deploy.yml index ccc84872..92a31867 100644 --- a/.github/workflows/rc-deploy.yml +++ b/.github/workflows/rc-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: "^22" + node-version: "^24.0.0" cache: yarn cache-dependency-path: frontend-demo/yarn.lock diff --git a/docker-compose.apps.yml b/docker-compose.apps.yml index 7c992eb3..02afb0b4 100644 --- a/docker-compose.apps.yml +++ b/docker-compose.apps.yml @@ -39,7 +39,7 @@ services: watch: working_dir: /src - image: node:22.22 + image: node:24.14@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b entrypoint: ["/bin/sh", "-c"] command: - | diff --git a/frontend-demo/.nvmrc b/frontend-demo/.nvmrc index 32a2d7bd..8e350348 100644 --- a/frontend-demo/.nvmrc +++ b/frontend-demo/.nvmrc @@ -1 +1 @@ -22.22.1 +24.14.1 diff --git a/frontend-demo/package.json b/frontend-demo/package.json index 2fef30e4..331f1f52 100644 --- a/frontend-demo/package.json +++ b/frontend-demo/package.json @@ -47,7 +47,7 @@ "@types/jest": "^29.5.14", "@types/jest-when": "^3", "@types/lodash": "^4.17.13", - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "^8.13.0", diff --git a/frontend-demo/yarn.lock b/frontend-demo/yarn.lock index abfbeee8..1538dbfa 100644 --- a/frontend-demo/yarn.lock +++ b/frontend-demo/yarn.lock @@ -2753,6 +2753,15 @@ __metadata: languageName: node linkType: hard +"@types/node@npm:^24.0.0": + version: 24.12.2 + resolution: "@types/node@npm:24.12.2" + dependencies: + undici-types: "npm:~7.16.0" + checksum: 10c0/710050c42f89075c4479e4e1e4c2532486b0c41b1e2a8a13ad88641c88b88cdaea87414e19224f30028719737bd70e327edcaa184d50e86b9418941edd7eb02b + languageName: node + linkType: hard + "@types/parse-json@npm:^4.0.0": version: 4.0.2 resolution: "@types/parse-json@npm:4.0.2" @@ -10999,7 +11008,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/jest-when": "npm:^3" "@types/lodash": "npm:^4.17.13" - "@types/node": "npm:^22.0.0" + "@types/node": "npm:^24.0.0" "@types/react": "npm:^19.0.0" "@types/react-dom": "npm:^19.0.0" "@typescript-eslint/eslint-plugin": "npm:^8.13.0"