Skip to content

Commit

Permalink
ci: install bun and deno
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 23, 2024
1 parent 70435d5 commit 72a122f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
key: npm-linux-${{ hashFiles('package-lock.json') }}
restore-keys: npm-linux-

- name: ➕ Actions - Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: '1.1.22'

- name: ➕ Actions - Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: 'v1.x'

- name: ➕ Cache dependencies (Benchmark)
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 72a122f

Please sign in to comment.