Skip to content

Commit

Permalink
.github/workflows/validate.yml: use deno 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Dec 16, 2024
1 parent 1a7ea84 commit 079f012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- run: deno fmt --check

Expand Down

0 comments on commit 079f012

Please sign in to comment.