Skip to content

Commit

Permalink
build(deps): update dependency node to v20.16.0
Browse files Browse the repository at this point in the history
| datasource   | package | from     | to       |
| ------------ | ------- | -------- | -------- |
| node-version | node    | v20.15.1 | v20.16.0 |
| node-version | node    | v20.12.2 | v20.16.0 |
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 3bee6bf commit 8553840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.16.0
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.0.0@sha256:020c2

# We want a specific node version here
# renovate: datasource=node-version
RUN install-tool node 20.15.1
RUN install-tool node 20.16.0

WORKDIR /usr/local/renovate

Expand Down

0 comments on commit 8553840

Please sign in to comment.