Skip to content

Commit 4a0fd6e

Browse files
committed
chore: actions: bun version (https://bun.com/blog/bun-v1.3.2)
1 parent 328ea63 commit 4a0fd6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- uses: oven-sh/setup-bun@v2
20-
with:
21-
bun-version: 1.2
2220
- name: Use Node.js ${{ matrix.node-version }}
2321
uses: actions/setup-node@v6
2422
with:

bunfig.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[install]
2+
linker = "hoisted"

0 commit comments

Comments
 (0)