Skip to content

Commit

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

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

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

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

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

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

- name: Install dependencies
run: bun install
Expand All @@ -66,8 +60,6 @@ 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: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ 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 78b8b85

Please sign in to comment.