mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-07-02 21:52:41 +00:00
[ie/youtube] Drop support for bun<1.2.11 and bun>1.3.14 (#16786)
Closes #16766 Authored by: bashonly
This commit is contained in:
3
.github/workflows/challenge-tests.yml
vendored
3
.github/workflows/challenge-tests.yml
vendored
@@ -54,8 +54,7 @@ jobs:
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
|
||||
with:
|
||||
# minimum supported version is 1.0.31 but earliest available Windows version is 1.1.0
|
||||
bun-version: ${{ (matrix.os == 'windows-latest' && '1.1.0') || '1.0.31' }}
|
||||
bun-version: '1.2.11' # minimum supported version
|
||||
no-cache: true
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
|
||||
Reference in New Issue
Block a user