mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(deno): upgraded v1.9.1 (#5401)
This commit is contained in:
1
.github/workflows/core_build.yml
vendored
1
.github/workflows/core_build.yml
vendored
@@ -164,6 +164,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker-compose --profile all build
|
docker-compose --profile all build
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
|
if: ${{ steps.extract_branch.outputs.branch == 'master' }}
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
DENO_MIN_VERSION="1.7.4"
|
DENO_MIN_VERSION="1.9.1"
|
||||||
|
|
||||||
function denoInstall() {
|
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.
Reference in New Issue
Block a user