diff --git a/languages/deno.toml b/languages/deno.toml index f1cd69ca..2ba52f47 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.9.0" + "curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.10.2" ] [languageServer] diff --git a/out/share/polygott/phase2.d/deno b/out/share/polygott/phase2.d/deno index 695f11ee..ecf16017 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.9.0 +curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr sh -s v1.10.2 if [[ -n "$(ls -A /home/runner)" ]]; then echo Storing home for deno