Skip to content

Commit c76120b

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

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.17.1
2+
ARG NODE_VERSION=22.18.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
@@ -183,13 +183,13 @@
183183
"last 1 years"
184184
],
185185
"engines": {
186-
"node": "22.17.1",
186+
"node": "22.18.0",
187187
"pnpm": "10.14.0"
188188
},
189189
"ember": {
190190
"edition": "octane"
191191
},
192192
"volta": {
193-
"node": "22.17.1"
193+
"node": "22.18.0"
194194
}
195195
}

0 commit comments

Comments
 (0)