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