We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbab57f commit 8aca0c0Copy full SHA for 8aca0c0
.github/workflows/continuous-integration.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Setup Bun
15
- uses: oven-sh/setup-bun@v1
+ uses: oven-sh/setup-bun@v2
16
with:
17
bun-version: latest
18
- name: Install dependencies
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- name: Setup Node.js
0 commit comments