mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-12 13:54:28 +00:00
[ie/youtube] Drop support for deno<2.3.0 (#16788)
Closes #16767 Authored by: bashonly
This commit is contained in:
parent
125bb40468
commit
e534a32619
2
.github/workflows/challenge-tests.yml
vendored
2
.github/workflows/challenge-tests.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- name: Install Deno
|
||||
uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
|
||||
with:
|
||||
deno-version: '2.0.0' # minimum supported version
|
||||
deno-version: '2.3.0' # minimum supported version
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
|
||||
with:
|
||||
|
||||
@ -87,7 +87,7 @@ class JsRuntime(abc.ABC):
|
||||
|
||||
|
||||
class DenoJsRuntime(JsRuntime):
|
||||
MIN_SUPPORTED_VERSION = (2, 0, 0)
|
||||
MIN_SUPPORTED_VERSION = (2, 3, 0)
|
||||
|
||||
def _info(self):
|
||||
path = _determine_runtime_path(self._path, 'deno')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user