diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2e3dc7dc..021ae8b917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 + registry-url: https://registry.npmjs.org/ cache: pnpm - name: Install dependencies run: pnpm i --frozen-lockfile