Skip to content

Commit

Permalink
Fix deno version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Dec 13, 2024
1 parent 86fefe9 commit e43032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x # Run with latest stable Deno.
deno-version: v2.x # Run with latest stable Deno.

- run: deno fmt --check
- run: deno lint
Expand Down

0 comments on commit e43032a

Please sign in to comment.