Skip to content

Commit 567f01d

Browse files
ci(website): bump pnpm to 10 to match repo
The root `pnpm-workspace.yaml` added for pnpm 11 build-script approval breaks pnpm 9, which treats the file as a strict monorepo manifest and requires a `packages:` field. pnpm 10+ reads it as a general config file. Matches the other workflows (ci.yml, publish.yml) which already use pnpm 10. Website's `pnpm-lock.yaml` is lockfile v9.0 which pnpm 10 reads natively.
1 parent 9c81ebe commit 567f01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup pnpm
4242
uses: pnpm/action-setup@v4
4343
with:
44-
version: 9
44+
version: 10
4545

4646
- name: Setup Node.js
4747
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)