chore(deno): upgraded v1.9.1 (#5401)

This commit is contained in:
Yehonal 2021-04-22 16:13:47 +02:00 committed by GitHub
parent 380f406248
commit ad5f915277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 1 deletions

View File

@ -164,6 +164,7 @@ jobs:
run: |
docker-compose --profile all build
- name: Login to Docker Hub
if: ${{ steps.extract_branch.outputs.branch == 'master' }}
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}

View File

@ -1,4 +1,4 @@
DENO_MIN_VERSION="1.7.4"
DENO_MIN_VERSION="1.9.1"
function denoInstall() {

1
deps/deno/bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
deno

3
deps/deno/bin/README.md vendored Normal file
View File

@ -0,0 +1,3 @@
# DENO
This folder is empty and needed to host the deno binaries automatically downloaded by the ./acore.sh dahsboard

BIN
deps/deno/bin/deno vendored

Binary file not shown.