diff options
| author | MarcoCoreDuo <[email protected]> | 2024-07-18 06:32:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-17 21:32:16 -0700 |
| commit | fcc8d8881aa338c5011f1173ad2d16efa13591c3 (patch) | |
| tree | a67aa6689c4f625e0177f5c73c36eae88dd3e05c /.github/workflows | |
| parent | 29b61cc0b6363b3e07f17bd7d41400d20827f959 (diff) | |
| download | muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.tar.xz muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.zip | |
Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/type-check.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1ce6166..fffe189 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' - name: Install dependencies run: yarn install diff --git a/.github/workflows/type-check.yml b/.github/workflows/type-check.yml index b4c765a..ac61d5b 100644 --- a/.github/workflows/type-check.yml +++ b/.github/workflows/type-check.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' - name: Install dependencies run: yarn install |
