Skip to content

Commit

Permalink
chore: set latest bun
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Feb 3, 2024
1 parent 2c51a15 commit 80d2f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:

- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install dependencies
run: bun install

- name: Format files
run: prettier --write cli registry scripts
run: bun format

- name: Check for changes
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 80d2f8d

Please sign in to comment.