diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-10-05 13:15:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 13:15:42 +0200 |
commit | e189caeb76347b573727262739d7fbc919366aa6 (patch) | |
tree | b4d36817fc33132e094785042a3680ad586297b6 /apps/bash_shared | |
parent | 00eea376f193aa425c5d5a6174f51848305f6903 (diff) |
feat(docker): implemented dbimport (#13308)
## Changes Proposed:
- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
Diffstat (limited to 'apps/bash_shared')
-rw-r--r-- | apps/bash_shared/deno.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bash_shared/deno.sh b/apps/bash_shared/deno.sh index 68086acf51..1caaf6f802 100644 --- a/apps/bash_shared/deno.sh +++ b/apps/bash_shared/deno.sh @@ -1,4 +1,4 @@ -DENO_MIN_VERSION="1.9.1" +DENO_MIN_VERSION="1.26.0" function denoInstall() { |