Skip to content

Commit 552b3b0

Browse files
Update Node.js to v22.19.0 (#11811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 177dc81 commit 552b3b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=node depName=node
2-
ARG NODE_VERSION=22.18.0
2+
ARG NODE_VERSION=22.19.0
33

44
FROM node:${NODE_VERSION}-alpine
55

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@
189189
"last 1 years"
190190
],
191191
"engines": {
192-
"node": "22.18.0",
192+
"node": "22.19.0",
193193
"pnpm": "10.15.0"
194194
},
195195
"ember": {
196196
"edition": "octane"
197197
},
198198
"volta": {
199-
"node": "22.18.0"
199+
"node": "22.19.0"
200200
},
201201
"exports": {
202202
"./tests/*": "./tests/*",

0 commit comments

Comments
 (0)