Skip to content

Commit 67b198f

Browse files
Update Node.js to v22.21.0
1 parent 0b7bf8c commit 67b198f

File tree

3 files changed

+65
-65
lines changed

3 files changed

+65
-65
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.20.0
2+
ARG NODE_VERSION=22.21.0
33

44
FROM node:${NODE_VERSION}-alpine
55

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@percy/playwright": "1.0.9",
7979
"@playwright/test": "1.56.1",
8080
"@sinonjs/fake-timers": "15.0.0",
81-
"@types/node": "22.18.11",
81+
"@types/node": "22.18.12",
8282
"@types/sinonjs__fake-timers": "15.0.0",
8383
"@zestia/ember-auto-focus": "5.1.0",
8484
"broccoli-asset-rev": "3.0.0",
@@ -186,14 +186,14 @@
186186
"last 1 years"
187187
],
188188
"engines": {
189-
"node": "22.20.0",
189+
"node": "22.21.0",
190190
"pnpm": "10.19.0"
191191
},
192192
"ember": {
193193
"edition": "octane"
194194
},
195195
"volta": {
196-
"node": "22.20.0"
196+
"node": "22.21.0"
197197
},
198198
"exports": {
199199
"./tests/*": "./tests/*",

0 commit comments

Comments
 (0)