Skip to content

Commit

Permalink
.github/workflows/validate.yml: use latest deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Jan 4, 2025
1 parent 51401d3 commit 6a90360
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: v2.x
deno-version: vx.x.x

- run: deno fmt --check

Expand Down

0 comments on commit 6a90360

Please sign in to comment.