Lock Deno to 1.39.4 for now
This commit is contained in:
parent
928614c724
commit
e508628826
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user