We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa0d6c commit b5f0bacCopy full SHA for b5f0bac
1 file changed
.github/workflows/nexss.yml
@@ -19,6 +19,10 @@ jobs:
19
- uses: actions/checkout@v4
20
with:
21
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>
26
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v4
0 commit comments