diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 400e9fd..fa78776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest @@ -92,7 +92,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest