Skip to content

Commit

Permalink
temp fix: use latest instead of 1.x because bun setup is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Jul 1, 2024
1 parent f88419a commit d847612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
node-version: 22.x
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.x
bun-version: latest
- name: Run deno task coverage
run: |
PACKAGES=$(echo '${{ needs.setup.outputs.packages }}' | jq -cr '.[]')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
node-version: 22.x
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.x
bun-version: latest
- name: Check package requirements
id: package
run: |
Expand Down

0 comments on commit d847612

Please sign in to comment.