Skip to content

Commit

Permalink
Add Bun to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jul 1, 2024
1 parent 8018dc6 commit c64cb8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 9
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -43,6 +45,8 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 9
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -67,6 +71,8 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 7
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c64cb8d

Please sign in to comment.