Skip to content

Commit 23e9cc8

Browse files
authored
chore: update bun setup action and version
1 parent 3199f1c commit 23e9cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- 25.x
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: oven-sh/setup-bun@v1.2
19+
- uses: oven-sh/setup-bun@v1
2020
with:
21-
bun-version: latest
21+
bun-version: 1.2
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v4
2424
with:

0 commit comments

Comments
 (0)