Skip to content

Commit 2381ed3

Browse files
build(deps): update dependency node to v20.16.0 (#30374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bee6bf commit 2381ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
20.16.0

tools/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.0.0@sha256:020c2
1919

2020
# We want a specific node version here
2121
# renovate: datasource=node-version
22-
RUN install-tool node 20.15.1
22+
RUN install-tool node 20.16.0
2323

2424
WORKDIR /usr/local/renovate
2525

0 commit comments

Comments
 (0)