Lock Deno to 1.39.4 for now
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user