We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4213a7 commit 1fd51c5Copy full SHA for 1fd51c5
2 files changed
languages/deno.toml
@@ -4,7 +4,7 @@ extensions = [
4
"ts"
5
]
6
setup = [
7
- "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"
8
9
10
[languageServer]
out/share/polygott/phase2.d/deno
@@ -10,7 +10,7 @@ chown -R $(id -u):$(id -g) /home/runner
echo 'Setup deno'
11
cd "${HOME}"
12
13
-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
14
15
if [[ -n "$(ls -A /home/runner)" ]]; then
16
echo Storing home for deno
0 commit comments