Skip to content

Commit

Permalink
more ci bun
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed Jan 24, 2024
1 parent 5cdc61f commit 128d5f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -136,6 +137,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -160,6 +162,7 @@ jobs:
- test-linux-x64-gnu-binding
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 128d5f1

Please sign in to comment.