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 fb3b683 commit 93159c5Copy full SHA for 93159c5
2 files changed
.github/workflows/deploy.yml
@@ -26,6 +26,9 @@ jobs:
26
install: true
27
cache: true
28
29
+ - name: Config mise
30
+ run: mise settings experimental=true
31
+
32
- name: Install dependencies
33
run: bun install --frozen-lockfile
34
.github/workflows/test.yml
@@ -23,6 +23,9 @@ jobs:
23
24
25
- name: Cache Bun dependencies
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
with:
0 commit comments