1 parent 4fccb8d commit f8f66e7Copy full SHA for f8f66e7
2 files changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- uses: oven-sh/setup-bun@v2
44
with:
45
- bun-version: 1.3.14
+ bun-version: 1.4
46
47
- name: Install dependencies
48
run: bun install --frozen-lockfile
package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"version": "1.8.31",
6
"private": true,
7
- "packageManager": "bun@1.3.14",
+ "packageManager": "bun@1.4",
8
"description": "Just make a few small changes to your bilibili homepage.",
9
"homepage": "https://github.com/VentusUta/BewlyBewly-AveMujica",
10
"scripts": {
0 commit comments