Skip to content

Commit

Permalink
Merge pull request #46 from GerryWilko/patch-1
Browse files Browse the repository at this point in the history
Update docs to use Deno 1.10.x instead of latest v1
  • Loading branch information
Wattenberger authored Jun 11, 2021
2 parents a49c8cd + b86f999 commit 2919de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
deno-version: v1.10.x
# Check out the repository so it can read the files inside of it and do other operations
- name: Check out repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 2919de1

Please sign in to comment.