Skip to content

Commit e9799b9

Browse files
chore(deps): update node.js to v24 (#11805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca433bb commit e9799b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.19
1+
FROM node:24.13
22

33
WORKDIR /usr/src/frontend
44

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"private": true,
99
"engines": {
10-
"node": "20.x",
10+
"node": "24.x",
1111
"npm": ">=9.0.0"
1212
},
1313
"files": [],

0 commit comments

Comments
 (0)