Skip to content

Commit 29d139c

Browse files
committed
use bun to insall
1 parent 2d8e324 commit 29d139c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ jobs:
4343
uses: actions/setup-node@v1
4444
with:
4545
node-version: ${{ matrix.node-version }}
46-
- run: npm install
46+
- uses: oven-sh/setup-bun@v2
47+
- run: bun install
4748
- run: npm run build:tsup && npm run test-node:v6

0 commit comments

Comments
 (0)