Skip to content

Commit f112499

Browse files
committed
force use bun
1 parent ca0a083 commit f112499

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
name: "Build"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Check
17-
run: node -h
18-
1916
- name: Checkout
2017
uses: actions/checkout@v4
2118

@@ -27,4 +24,4 @@ jobs:
2724
run: bun install
2825

2926
- name: Build
30-
run: bun run build
27+
run: bun --bun run build

0 commit comments

Comments
 (0)