Skip to content

Commit b5f0bac

Browse files
committed
modify workflow for ubuntu-latest and macos-latest to bun be installed. (need terminal restart for now)
1 parent aaa0d6c commit b5f0bac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nexss.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 1
22+
- uses: oven-sh/setup-bun@v2
23+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
24+
with:
25+
bun-version: "latest" # or "latest", "canary", <sha>
2226

2327
- name: Use Node.js ${{ matrix.node-version }}
2428
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)