chore(deno): upgraded v1.9.1 (#5401)
This commit is contained in:
parent
380f406248
commit
ad5f915277
5 changed files with 6 additions and 1 deletions
1
.github/workflows/core_build.yml
vendored
1
.github/workflows/core_build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
1
deps/deno/bin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
deno
|
||||
3
deps/deno/bin/README.md
vendored
Normal file
3
deps/deno/bin/README.md
vendored
Normal 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
BIN
deps/deno/bin/deno
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue