Skip to content

Commit ae60265

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

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
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.16.0
2+
ARG NODE_VERSION=22.17.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
@@ -76,7 +76,7 @@
7676
"@percy/playwright": "1.0.8",
7777
"@playwright/test": "1.53.1",
7878
"@sinonjs/fake-timers": "14.0.0",
79-
"@types/node": "22.15.32",
79+
"@types/node": "22.15.33",
8080
"@types/sinonjs__fake-timers": "8.1.5",
8181
"@zestia/ember-auto-focus": "5.1.0",
8282
"broccoli-asset-rev": "3.0.0",
@@ -170,13 +170,13 @@
170170
]
171171
},
172172
"engines": {
173-
"node": "22.16.0",
173+
"node": "22.17.0",
174174
"pnpm": "10.12.3"
175175
},
176176
"ember": {
177177
"edition": "octane"
178178
},
179179
"volta": {
180-
"node": "22.16.0"
180+
"node": "22.17.0"
181181
}
182182
}

pnpm-lock.yaml

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)