From c366e99ee3a38384e229bcb6f7833dccde19ca2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:50:44 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20node=20(22.21.1=20?= =?UTF-8?q?=E2=86=92=2024.11.1)=20(#380)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- biome-lint/action.yml | 2 +- eslint-lint/action.yml | 2 +- npm-publish/action.yml | 2 +- pr-lint/action.yml | 2 +- prettier-lint/action.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/biome-lint/action.yml b/biome-lint/action.yml index 3d42670..e6472c9 100644 --- a/biome-lint/action.yml +++ b/biome-lint/action.yml @@ -183,7 +183,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Enable Corepack shell: sh diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index 0a2284d..8977e13 100644 --- a/eslint-lint/action.yml +++ b/eslint-lint/action.yml @@ -290,7 +290,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Enable Corepack shell: sh diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 03a5bf1..b67ff8a 100644 --- a/npm-publish/action.yml +++ b/npm-publish/action.yml @@ -123,7 +123,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Enable Corepack shell: sh diff --git a/pr-lint/action.yml b/pr-lint/action.yml index a48248b..be5483c 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -124,7 +124,7 @@ runs: if: steps.detect-node.outputs.found == 'true' uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Enable Corepack if: steps.detect-node.outputs.found == 'true' && steps.detect-node.outputs.has-package-manager == 'true' diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index 2bab959..f36de55 100644 --- a/prettier-lint/action.yml +++ b/prettier-lint/action.yml @@ -276,7 +276,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Enable Corepack shell: sh