Skip to content

Commit bd735d5

Browse files
authoredOct 29, 2024··
Update Node.js to v22 (#2735)
| datasource | package | from | to | | ------------ | ------- | -------- | -------- | | docker | node | 20.18.0 | 22.10.0 | | node-version | node | v20.18.0 | v22.11.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c229178 commit bd735d5

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
1+
22

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEN_CRD_API_REFERENCE_DOCS_VERSION = v0.3.0
3434
# renovate: datasource=go depName=sigs.k8s.io/controller-tools
3535
CONTROLLER_TOOLS_VERSION = v0.16.4
3636
# renovate: datasource=docker depName=node
37-
NODE_VERSION = 20
37+
NODE_VERSION = 22
3838
# renovate: datasource=docker depName=quay.io/helmpack/chart-testing
3939
CHART_TESTING_VERSION = v3.11.0
4040
# renovate: datasource=github-tags depName=dadav/helm-schema

0 commit comments

Comments
 (0)
Please sign in to comment.