Merge pull request 'fix: migrate CI from bun to pnpm' (#54) from fix/52-ci-bun-to-pnpm into main
CI / check (push) Failing after 51s
CI / check (push) Failing after 51s
This commit was merged in pull request #54.
This commit is contained in:
@@ -12,15 +12,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: oven-sh/setup-bun@v2
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 22
|
||||||
|
|
||||||
- run: bun install
|
- run: corepack enable && pnpm install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bun run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: bun run check
|
run: pnpm run check
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun run test:ci
|
run: pnpm run test:ci
|
||||||
|
|||||||
Reference in New Issue
Block a user