Skip to content

Commit

Permalink
Fix CI with Prettier + update CI Bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
YummYume committed Mar 3, 2024
1 parent 2c8e902 commit 6022c59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.2
bun-version: 1.0.29

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.2
bun-version: 1.0.29

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.2
bun-version: 1.0.29

- name: Install Dependencies
run: bun install
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ package.json
*.lock
.vscode/*
test/build/*
CHANGELOG.md

0 comments on commit 6022c59

Please sign in to comment.