Skip to content

Commit f7710c1

Browse files
committed
downgrade bun version
1 parent faee791 commit f7710c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Bun
88
uses: oven-sh/setup-bun@v1
99
with:
10-
bun-version: 1.1.13
10+
bun-version: 1.1.12
1111

1212
- name: Setup Node
1313
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"rimraf": "5.0.7",
4747
"turbo": "2.0.4"
4848
},
49-
"packageManager": "[email protected].13"
49+
"packageManager": "[email protected].12"
5050
}

0 commit comments

Comments
 (0)