Skip to content

Commit

Permalink
Merge pull request #45 from dajiaji/use-oven-sh-setup-bun-v2
Browse files Browse the repository at this point in the history
Use oven-sh/setup-bun@v2.
  • Loading branch information
dajiaji authored Sep 15, 2024
2 parents 70061b7 + ecf9679 commit 96bac5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
bun-version: [0.6, 0.7, 0.8, 1.0]
bun-version: [latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
npm install -g esbuild
deno task dnt
deno task minify:crystals-kyber-js > test/runtimes/crystals-kyber.js
- uses: antongolub/action-setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: ${{ matrix.bun-version }}
- name: Run test
Expand Down

0 comments on commit 96bac5b

Please sign in to comment.