Skip to content

Commit

Permalink
Update dependency node to v20.10.0
Browse files Browse the repository at this point in the history
Update node from 20.9.0 to 20.10.0

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Nov 22, 2023
1 parent 5b2210b commit c5a98cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETARCH

# renovate: datasource=node-version depName=node
ARG NODE_VERSION=20.9.0
ARG NODE_VERSION=20.10.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.2.4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.no-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETARCH

# renovate: datasource=node-version depName=node
ARG NODE_VERSION=20.9.0
ARG NODE_VERSION=20.10.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.2.4

Expand Down

0 comments on commit c5a98cb

Please sign in to comment.