Skip to content

Commit 928e186

Browse files
committed
chore(ci): upgrade Deno to 1.32.1
1 parent 5f40ad2 commit 928e186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/install-deno.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Installs a binary distribution of Deno. (The Snapcraft version of Deno seems
44
# unable to locate `cargo`.)
55

6-
version=1.22.3
6+
version=1.32.1
77
wget https://github.com/denoland/deno/releases/download/v${version}/deno-x86_64-unknown-linux-gnu.zip
88
unzip deno-x86_64-unknown-linux-gnu.zip
99
chmod +x deno

0 commit comments

Comments
 (0)