From 7f21072e3db8f261cc31aae4b9eabff04c89757d Mon Sep 17 00:00:00 2001 From: KAMI Date: Tue, 28 Nov 2023 01:30:00 +0100 Subject: [PATCH] Update test_playlist.yml Try latest LTS node 20.10.x --- .github/workflows/test_playlist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_playlist.yml b/.github/workflows/test_playlist.yml index 93bd7d9..d4c9411 100644 --- a/.github/workflows/test_playlist.yml +++ b/.github/workflows/test_playlist.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: "16.x" + node-version: "20.10.x" - name: Install m3u-linter and check the playlist run: |