From ba1b395bae9a6182b6a0655c5387ca7ee78e76c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:34:27 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/cd-pages.yml | 2 +- .github/workflows/cd-registry.yml | 4 ++-- .github/workflows/ci-checks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-pages.yml b/.github/workflows/cd-pages.yml index a684d96..e377f9a 100644 --- a/.github/workflows/cd-pages.yml +++ b/.github/workflows/cd-pages.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: "pnpm" - name: Setup Pages diff --git a/.github/workflows/cd-registry.yml b/.github/workflows/cd-registry.yml index 7a0a9b9..0435385 100644 --- a/.github/workflows/cd-registry.yml +++ b/.github/workflows/cd-registry.yml @@ -21,7 +21,7 @@ jobs: - name: Configure node for NPM registry as registry uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' cache: "pnpm" registry-url: 'https://registry.npmjs.org' scope: '@openscript-ch' @@ -41,7 +41,7 @@ jobs: - name: Configure node for Github registry as registry uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' registry-url: 'https://npm.pkg.github.com' scope: '@openscript-ch' diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 936aafa..a6609ed 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: "pnpm" - name: Install dependencies