Fix deno version for netlify
This commit is contained in:
parent
5222e874f8
commit
deebc26d13
@ -2,7 +2,7 @@
|
||||
|
||||
if [ "$1" != "local" ]; then
|
||||
echo "Install Deno"
|
||||
curl -fsSL https://deno.land/install.sh v1.39.4 | sh
|
||||
curl -fsSL https://deno.land/install.sh | sh v1.39.4
|
||||
export PATH=~/.deno/bin:$PATH
|
||||
export DENO_DIR=$PWD/deno_cache
|
||||
echo "DENO_DIR: $DENO_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user