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 ecebe8a commit 7dcec3cCopy full SHA for 7dcec3c
.github/workflows/ci.yaml
@@ -22,14 +22,14 @@ jobs:
22
~/.bun/install/cache
23
node_modules
24
packages/*/node_modules
25
- key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
+ key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
26
restore-keys: |
27
${{ runner.os }}-bun-
28
29
- name: Setup Bun
30
uses: oven-sh/setup-bun@v2
31
with:
32
- bun-version: latest
+ bun-version: 1.2.22
33
34
- name: Install Dependencies
35
run: bun install --frozen-lockfile
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
run: bun install
0 commit comments