diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c62572e..ef87055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: "24" - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - run: pnpm install --frozen-lockfile - uses: actions/cache@v5 with: @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: "24" - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - run: pnpm install --frozen-lockfile - uses: actions/cache@v5 with: @@ -85,7 +85,7 @@ jobs: with: node-version: "24" # Do NOT set registry-url — it creates an .npmrc that overrides OIDC - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - run: pnpm install --frozen-lockfile - uses: actions/cache@v5 with: