Skip to content

Commit 7408a83

Browse files
Update dependency node to v22 (#28329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a743a9 commit 7408a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder
2-
FROM --platform=$BUILDPLATFORM node:20-bullseye as builder
2+
FROM --platform=$BUILDPLATFORM node:22-bullseye as builder
33

44
# Support custom branch of the js-sdk. This also helps us build images of element-web develop.
55
ARG USE_CUSTOM_SDKS=false

0 commit comments

Comments
 (0)