Skip to content

Commit 6bf4f0a

Browse files
committed
chore: upgrade Node.js to v24.11.1 LTS
Update Node.js from v22.4.0 to v24.11.1 to use the latest LTS version. This upgrade brings performance improvements, security patches, and ensures compatibility with the latest npm ecosystem. Node.js 24 is the current active LTS release and provides better stability and long-term support compared to the previous version. Signed-off-by: Davide Briani <davide.briani@secomind.com>
1 parent 94288a3 commit 6bf4f0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
erlang 28.1
55
elixir 1.18.4-otp-28
6-
nodejs 22.4.0
6+
nodejs 24.11.1
77
postgres 18.0

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2021-2025 SECO Mind Srl
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM node:22.4.0 AS builder
3+
FROM node:24.11.1 AS builder
44

55
WORKDIR /app
66
ADD package*.json ./

0 commit comments

Comments
 (0)