Skip to content

Commit 9f9938f

Browse files
authored
chore: actions: bun version (https://bun.com/blog/bun-v1.3.2)
1 parent 328ea63 commit 9f9938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: oven-sh/setup-bun@v2
2020
with:
21-
bun-version: 1.2
21+
bun-version: 1
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v6
2424
with:

0 commit comments

Comments
 (0)