Skip to content

Commit

Permalink
downgrade bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jun 18, 2024
1 parent faee791 commit f7710c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.13
bun-version: 1.1.12

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"rimraf": "5.0.7",
"turbo": "2.0.4"
},
"packageManager": "bun@1.1.13"
"packageManager": "bun@1.1.12"
}

0 comments on commit f7710c1

Please sign in to comment.