From 75328edbd33fe706f19d23ab0b24335ca5ed2485 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 28 Jan 2024 14:14:07 +0100 Subject: [PATCH] Deno 1.40 for Netlify too --- scripts/build_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_website.sh b/scripts/build_website.sh index 0274734f..3c082a35 100755 --- a/scripts/build_website.sh +++ b/scripts/build_website.sh @@ -2,7 +2,7 @@ if [ "$1" != "local" ]; then echo "Install Deno" - curl -fsSL https://deno.land/install.sh | sh -s v1.39.4 + curl -fsSL https://deno.land/install.sh | sh export PATH=~/.deno/bin:$PATH export DENO_DIR=$PWD/deno_cache echo "DENO_DIR: $DENO_DIR"