aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcoCoreDuo <[email protected]>2024-07-18 06:32:16 +0200
committerGitHub <[email protected]>2024-07-17 21:32:16 -0700
commitfcc8d8881aa338c5011f1173ad2d16efa13591c3 (patch)
treea67aa6689c4f625e0177f5c73c36eae88dd3e05c /.github
parent29b61cc0b6363b3e07f17bd7d41400d20827f959 (diff)
downloadmuse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.tar.xz
muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.zip
Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/type-check.yml2
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