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.
2 parents 6c39e97 + 5bdec4e commit 936cbe6Copy full SHA for 936cbe6
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
14
with:
15
bun-version: latest
16
- run: bun install
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test
0 commit comments