Skip to content

Commit b738e2e

Browse files
Update Node.js to v22.20.0 (#11976)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbe39fd commit b738e2e

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.19.0
2+
ARG NODE_VERSION=22.20.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
@@ -185,14 +185,14 @@
185185
"last 1 years"
186186
],
187187
"engines": {
188-
"node": "22.19.0",
188+
"node": "22.20.0",
189189
"pnpm": "10.17.1"
190190
},
191191
"ember": {
192192
"edition": "octane"
193193
},
194194
"volta": {
195-
"node": "22.19.0"
195+
"node": "22.20.0"
196196
},
197197
"exports": {
198198
"./tests/*": "./tests/*",

0 commit comments

Comments
 (0)