Skip to content

Commit

Permalink
use explicit deno version (1.13.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrdh committed Aug 23, 2021
1 parent 7aca663 commit 3acda2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Setup Deno
uses: denoland/setup-deno@v1

with:
deno-version: v1.x
deno-version: v1.13.1

- name: Verify formatting
run: deno fmt --check
Expand Down

0 comments on commit 3acda2b

Please sign in to comment.