Skip to content

Commit

Permalink
try many deno versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Sep 27, 2024
1 parent 244ebe0 commit 11aa23b
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 @@ -15,6 +15,7 @@ jobs:
matrix:
browser: [chromium, firefox]
os: [ubuntu-latest, macos-latest]
deno-version: [1.46.3, 2.0.0-rc.6, canary]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -25,6 +26,8 @@ jobs:

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}

- name: Install ${{ matrix.browser }}
run: deno run -A npm:[email protected] install --with-deps ${{ matrix.browser }}
Expand Down

0 comments on commit 11aa23b

Please sign in to comment.