Skip to content

Commit b86f999

Browse files
authored
Update docs to use Deno 1.10.x as 1.11
Deno 1.11 has just been released and it appears to be incompatible with the flat Deno package. Just updating the docs to use `1.10.x` until this is resolved. #45
1 parent a49c8cd commit b86f999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup deno
5757
uses: denoland/setup-deno@main
5858
with:
59-
deno-version: v1.x
59+
deno-version: v1.10.x
6060
# Check out the repository so it can read the files inside of it and do other operations
6161
- name: Check out repo
6262
uses: actions/checkout@v2

0 commit comments

Comments
 (0)