Lock Deno to 1.39.4 for now

pull/662/head
Zef Hemel 2024-01-25 14:51:10 +01:00
parent 928614c724
commit e508628826
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Deno - name: Setup Deno
uses: denoland/setup-deno@v1 uses: denoland/setup-deno@v1
with: with:
deno-version: v1.38 deno-version: v1.39
- name: Run build - name: Run build
run: deno task build run: deno task build

View File

@ -2,7 +2,7 @@
if [ "$1" != "local" ]; then if [ "$1" != "local" ]; then
echo "Install Deno" echo "Install Deno"
curl -fsSL https://deno.land/install.sh | sh curl -fsSL https://deno.land/install.sh v1.39.4 | sh
export PATH=~/.deno/bin:$PATH export PATH=~/.deno/bin:$PATH
export DENO_DIR=$PWD/deno_cache export DENO_DIR=$PWD/deno_cache
echo "DENO_DIR: $DENO_DIR" echo "DENO_DIR: $DENO_DIR"