Skip to content

Commit 215c502

Browse files
committed
ci: bump packageManager to pnpm@10.33.2 to match release workflow
The release.yml on main now pins pnpm/action-setup v5 with version 10.33.2, and v5 errors if the workflow's version doesn't match package.json's packageManager. workflow_dispatch resolves the workflow YAML from the default branch (main), so our hotfix branch's tree needs to match the version main's release workflow installs.
1 parent 896d2f9 commit 215c502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"vite-tsconfig-paths": "^4.0.5",
6767
"vitest": "3.1.4"
6868
},
69-
"packageManager": "pnpm@10.23.0",
69+
"packageManager": "pnpm@10.33.2",
7070
"dependencies": {
7171
"@changesets/cli": "2.26.2",
7272
"@remix-run/changelog-github": "^0.0.5",

0 commit comments

Comments
 (0)