Skip to content

Commit

Permalink
Bump deno version for PR workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 8, 2024
1 parent 6252cd2 commit 6a4cd28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v2.x

- name: Run tests
run: deno task test
Expand All @@ -31,7 +31,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v2.x

- name: Lint
run: deno lint
Expand All @@ -44,7 +44,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v2.x

- name: Check typescript
run: deno task check-ts

0 comments on commit 6a4cd28

Please sign in to comment.