Skip to content

Commit 690a73f

Browse files
committed
2 parents 84dc2b2 + d026c06 commit 690a73f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-bun.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: oven-sh/setup-bun@v1
21+
- uses: oven-sh/setup-bun@v2
2222
with:
2323
bun-version: latest
2424

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"node": "20"
8585
},
8686
"volta": {
87-
"node": "20.14.0"
87+
"node": "20.15.0"
8888
}
8989
}

0 commit comments

Comments
 (0)