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