diff options
Diffstat (limited to 'apps/bash_shared/deno.sh')
-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() { |