From 93a72482bade15557728add8457a41864bed7eb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:26:45 -0700 Subject: [PATCH] Update Node.js to v22 (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .tool-versions | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index f31e6b0..f8ab203 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.18.0 +nodejs 22.11.0 diff --git a/package-lock.json b/package-lock.json index c0255ee..371515f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "yaml": "^2.2.1" }, "engines": { - "node": "20.x" + "node": "22.x" } }, "node_modules/@actions/cache": { diff --git a/package.json b/package.json index 51b0c64..ef17647 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Install and configure Bazel for GitHub Actions", "main": "index.js", "engines": { - "node": "20.x" + "node": "22.x" }, "scripts": { "build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",