Skip to content

Commit

Permalink
chore: test deno 2. (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Nov 17, 2024
1 parent cda917e commit 4b0f5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
deno-version: [1.46.x]
deno-version: [1.x.x, 2.0.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -86,7 +86,7 @@ jobs:
run: npm ci

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

Expand Down

0 comments on commit 4b0f5e4

Please sign in to comment.