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 5f40ad2 commit 928e186Copy full SHA for 928e186
.github/scripts/install-deno.sh
@@ -3,7 +3,7 @@
3
# Installs a binary distribution of Deno. (The Snapcraft version of Deno seems
4
# unable to locate `cargo`.)
5
6
-version=1.22.3
+version=1.32.1
7
wget https://github.com/denoland/deno/releases/download/v${version}/deno-x86_64-unknown-linux-gnu.zip
8
unzip deno-x86_64-unknown-linux-gnu.zip
9
chmod +x deno
0 commit comments