fix: migrate CI from bun to pnpm #54

Merged
xiaoju merged 1 commits from fix/52-ci-bun-to-pnpm into main 2026-06-04 10:05:36 +00:00
Owner

What

Migrate Gitea CI workflow from bun to pnpm + Node 22.

Why

Project already migrated to pnpm, but CI still uses oven-sh/setup-bun. bun run test:ci calls pnpm -r run test:ci under the hood, which fails because pnpm is not installed.

Changes

  • .gitea/workflows/ci.yml — replace setup-bun with setup-node@v4 (Node 22) + corepack enable && pnpm install

Ref

Closes #52

## What Migrate Gitea CI workflow from bun to pnpm + Node 22. ## Why Project already migrated to pnpm, but CI still uses `oven-sh/setup-bun`. `bun run test:ci` calls `pnpm -r run test:ci` under the hood, which fails because pnpm is not installed. ## Changes - `.gitea/workflows/ci.yml` — replace `setup-bun` with `setup-node@v4` (Node 22) + `corepack enable && pnpm install` ## Ref Closes #52
xiaoju added 1 commit 2026-06-04 10:05:24 +00:00
fix: migrate CI from bun to pnpm
CI / check (pull_request) Failing after 1m44s
1b99f0e2c1
Closes #52
xiaoju merged commit 1fdeb716ca into main 2026-06-04 10:05:36 +00:00
xiaoju deleted branch fix/52-ci-bun-to-pnpm 2026-06-04 10:05:36 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/united-workforce#54