Skip to content

Commit

Permalink
Merge pull request #10 from YummYume/fix/ci
Browse files Browse the repository at this point in the history
Fix CI with Prettier + update CI Bun version
  • Loading branch information
YummYume authored Mar 3, 2024
2 parents 2c8e902 + 6022c59 commit 701f6b4
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 701f6b4

Please sign in to comment.