mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-07-23 01:47:17 +00:00
[ie/youtube] Drop support for node<22 (#16787)
Closes #16765 Authored by: bashonly
This commit is contained in:
@@ -117,7 +117,7 @@ class BunJsRuntime(JsRuntime):
|
||||
|
||||
|
||||
class NodeJsRuntime(JsRuntime):
|
||||
MIN_SUPPORTED_VERSION = (20, 0, 0)
|
||||
MIN_SUPPORTED_VERSION = (22, 0, 0)
|
||||
|
||||
def _info(self):
|
||||
path = _determine_runtime_path(self._path, 'node')
|
||||
|
||||
Reference in New Issue
Block a user