From b1a687821661308b27fe2ea484a2e732a7633cfe Mon Sep 17 00:00:00 2001 From: RoBlockHead <15642007+RoBlockHead@users.noreply.github.com> Date: Fri, 16 Jul 2021 02:11:52 -0400 Subject: [PATCH 1/2] Update deno.toml --- languages/deno.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/deno.toml b/languages/deno.toml index a220ccc5..89383e8d 100644 --- a/languages/deno.toml +++ b/languages/deno.toml @@ -4,7 +4,7 @@ extensions = [ "ts" ] setup = [ - "curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.11.0" + "curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.12.0" ] [languageServer] From b959bfc8a60b090ad350e406a7ad7bb8178625e7 Mon Sep 17 00:00:00 2001 From: RoBlockHead <15642007+RoBlockHead@users.noreply.github.com> Date: Fri, 16 Jul 2021 02:12:56 -0400 Subject: [PATCH 2/2] Update deno --- out/share/polygott/phase2.d/deno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/out/share/polygott/phase2.d/deno b/out/share/polygott/phase2.d/deno index e8caf423..6a12b57a 100755 --- a/out/share/polygott/phase2.d/deno +++ b/out/share/polygott/phase2.d/deno @@ -10,7 +10,7 @@ chown -R $(id -u):$(id -g) /home/runner echo 'Setup deno' cd "${HOME}" -curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.11.0 +curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.12.0 if [[ -n "$(ls -A /home/runner)" ]]; then echo Storing home for deno