Skip to content

Commit

Permalink
ci: 💚 replace bun with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
4doist committed Jul 3, 2024
1 parent 6fdab61 commit 027d44e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1

- run: bun install
- run: bun run lint
- run: bun run build
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build

0 comments on commit 027d44e

Please sign in to comment.