Skip to content

Commit

Permalink
ci: fix release yml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanoid committed Dec 18, 2023
1 parent 9f7c38e commit 5e8814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagging-and-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: denoland/setup-deno@v1.1.1
- uses: denoland/setup-deno@v1.1.3
with:
deno-version: v1.x # Run with latest stable Deno.
- run: deno fmt --check *.ts lib/*.ts
Expand Down

0 comments on commit 5e8814a

Please sign in to comment.