Skip to content

Commit 7a042de

Browse files
committed
ci: bump node to 24 Refs: KK-1543
1 parent 697577c commit 7a042de

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
uses: City-of-Helsinki/.github/.github/workflows/ci-node.yml@main
1313
secrets: inherit
1414
with:
15-
node-version: 20
15+
node-version: 24.x

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.19.5
1+
v24.18.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===============================================
2-
FROM registry.access.redhat.com/ubi9/nodejs-20 AS appbase
2+
FROM registry.access.redhat.com/ubi9/nodejs-24 AS appbase
33
# ===============================================
44

55
# install yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"engines": {
7-
"node": ">=20.19"
7+
"node": ">=24.18"
88
},
99
"scripts": {
1010
"app:version": "echo \"$npm_package_version\"",

0 commit comments

Comments
 (0)