1
0

Lock Deno to 1.39.4 for now

This commit is contained in:
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
uses: denoland/setup-deno@v1
with:
deno-version: v1.38
deno-version: v1.39
- name: Run build
run: deno task build

View File

@ -2,7 +2,7 @@
if [ "$1" != "local" ]; then
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 DENO_DIR=$PWD/deno_cache
echo "DENO_DIR: $DENO_DIR"