From b86f999a0413917ebc161704e446648bc111707c Mon Sep 17 00:00:00 2001 From: Gerard Wilkinson Date: Wed, 9 Jun 2021 13:16:44 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da51c5b..a017baa 100644 --- a/README.md +++ b/README.md @@ -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