Skip to content

Commit

Permalink
💚 GitHub ActionsでのBunのバージョンを1.0.16で固定 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 authored Dec 12, 2023
1 parent 156ec19 commit deddc25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.16

- name: Install dependencies
run: bun install
Expand All @@ -28,6 +30,8 @@ jobs:

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.16

- name: Install dependencies
run: bun install
Expand All @@ -46,6 +50,8 @@ jobs:

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.16

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

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.16

- name: Install Dependencies
run: bun install
Expand Down

0 comments on commit deddc25

Please sign in to comment.