fix: use corepack for pnpm in CI #77

Merged
xiaoju merged 2 commits from fix/ci-pnpm-setup into main 2026-06-04 10:32:59 +00:00
Owner

What

Drop pnpm/action-setup@v4, use corepack enable instead.

Why

pnpm/action-setup requires explicit pnpm version (or packageManager in package.json). corepack enable just works and is consistent with uwf CI.

Also aligned Node version to 22.

Ref

Closes #76

## What Drop `pnpm/action-setup@v4`, use `corepack enable` instead. ## Why `pnpm/action-setup` requires explicit pnpm version (or `packageManager` in package.json). `corepack enable` just works and is consistent with uwf CI. Also aligned Node version to 22. ## Ref Closes #76
xiaoju added 1 commit 2026-06-04 10:07:38 +00:00
fix: use corepack for pnpm in CI
CI / check (pull_request) Failing after 32s
49f096b18f
Drop pnpm/action-setup (requires explicit version), use corepack enable instead.
Also align Node to 22 (consistent with uwf).

Closes #76
xiaoju added 1 commit 2026-06-04 10:13:49 +00:00
fix: disable pnpm minimumReleaseAge in CI
CI / check (pull_request) Failing after 1m21s
1bd4edbdd1
pnpm 11 defaults minimumReleaseAge to 1440 min. Set to 0 in
pnpm-workspace.yaml for our own packages.
xiaoju force-pushed fix/ci-pnpm-setup from b2185f54c0 to 1bd4edbdd1 2026-06-04 10:13:49 +00:00 Compare
xiaoju merged commit 02a1c18ac5 into main 2026-06-04 10:32:59 +00:00
xiaoju deleted branch fix/ci-pnpm-setup 2026-06-04 10:32:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/ocas#77