Skip to content

Commit 8c532da

Browse files
Update Node.js to v22.14.0 (#10549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ad38e4 commit 8c532da

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.13.1
2+
ARG NODE_VERSION=22.14.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
@@ -161,13 +161,13 @@
161161
}
162162
},
163163
"engines": {
164-
"node": "22.13.1",
164+
"node": "22.14.0",
165165
"pnpm": "10.2.1"
166166
},
167167
"ember": {
168168
"edition": "octane"
169169
},
170170
"volta": {
171-
"node": "22.13.1"
171+
"node": "22.14.0"
172172
}
173173
}

0 commit comments

Comments
 (0)