diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de14e5c..1febe3e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,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