Skip to content

Commit

Permalink
ci: fix setup bun (reactjs-id#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyuu authored and fikrialwan committed Jul 28, 2024
1 parent 58f7404 commit 8374de2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1.x"

- name: Install locked dependencies
run: bun install --frozen-lockfile
Expand All @@ -35,12 +33,12 @@ jobs:
env:
CI: true

- name: Lint files
- name: Format files
run: bun run format
env:
CI: true

- name: Lint files
run: bun run type-check
- name: Type check files
run: bun run typecheck
env:
CI: true

0 comments on commit 8374de2

Please sign in to comment.