From bae6ec16a6f346e9f0720d5c24daab73a41ff3dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:26:04 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .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..4b0a792 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: "22" cache: "pnpm" - name: Setup Pages diff --git a/.github/workflows/cd-registry.yml b/.github/workflows/cd-registry.yml index 7a0a9b9..b8acec5 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: '22.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: '22.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..cd8902a 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: "22" cache: "pnpm" - name: Install dependencies