Skip to content

Commit

Permalink
test in deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 9, 2024
1 parent 1af2043 commit 03decea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
name: Run tests
strategy:
matrix:
deno_version:
- 1.x
- 2.x
os:
- ubuntu-latest
- macos-latest
Expand All @@ -18,7 +21,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Verify formatting
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 03decea

Please sign in to comment.