Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 96b3d06 commit 6715b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM builder-cdc as builder-dm

# install nodejs toolchain
# renovate: datasource=docker depName=node
ARG NODE_VERSION=16.20.2
ARG NODE_VERSION=22.12.0
# renovate: datasource=github-releases depName=nvm-sh/nvm
ARG NVM_VERSION=v0.40.1
ARG NVM_DIR=/usr/local/nvm
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM builder-cdc as builder-dm

# install nodejs toolchain
# renovate: datasource=docker depName=node
ARG NODE_VERSION=16.20.2
ARG NODE_VERSION=22.12.0
# renovate: datasource=github-releases depName=nvm-sh/nvm
ARG NVM_VERSION=v0.40.1
ARG NVM_DIR=/usr/local/nvm
Expand Down

0 comments on commit 6715b68

Please sign in to comment.