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