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 df9bb91 commit c27b12fCopy full SHA for c27b12f
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: "pnpm"
27
28
- name: Setup bun
29
- uses: oven-sh/setup-bun@v1
+ uses: oven-sh/setup-bun@v2
30
31
- name: Install dependencies
32
run: pnpm install --frozen-lockfile
.github/workflows/not-main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
0 commit comments