fix: use corepack for pnpm in CI #77
Reference in New Issue
Block a user
Delete Branch "fix/ci-pnpm-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Drop
pnpm/action-setup@v4, usecorepack enableinstead.Why
pnpm/action-setuprequires explicit pnpm version (orpackageManagerin package.json).corepack enablejust works and is consistent with uwf CI.Also aligned Node version to 22.
Ref
Closes #76
b2185f54c0to1bd4edbdd1