diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 795137a..3270eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # Use the latest pnpm rather than the "packageManager" pin (which lives # in web/, not the repo root, so the action can't auto-detect it). version: latest - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "22" cache: pnpm