Skip to content

Commit 53f0db5

Browse files
committed
chore: update Node and NPM version in dev engines
Align with apps as now Node 24 is the active LTS. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2c15ef2 commit 53f0db5

3 files changed

Lines changed: 73 additions & 328 deletions

File tree

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33

44
[build.environment]
5-
NODE_VERSION = "22"
6-
NPM_VERSION = "10"
5+
NODE_VERSION = "24"
6+
NPM_VERSION = "11"

0 commit comments

Comments
 (0)