Skip to content

Commit

Permalink
ci: use deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 30, 2025
1 parent 4f7e4df commit 915f464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: denoland/setup-deno@v1
if: ${{ matrix.os != 'windows-latest' }}
with:
deno-version: v1.x
deno-version: v2.x
- run: pnpm install
- run: pnpm test:types
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 915f464

Please sign in to comment.