Skip to content

Commit

Permalink
馃敡 chore: pin to [email protected] to fix CI/CD (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 17, 2024
1 parent 8598b5f commit 40114c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.22

- name: Install deps
run: bun i
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.22

- name: Install deps
run: bun i
Expand Down

0 comments on commit 40114c3

Please sign in to comment.