Skip to content

Commit

Permalink
chore: use Deno 2.1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 15, 2025
1 parent 5af0a10 commit 47759f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v1.37.x
deno-version: v2.1.x
- run: deno --version
- run: npm install
- name: Run Deno tests
Expand Down

0 comments on commit 47759f8

Please sign in to comment.