From 496df86b6148746828c05f5f0fd245f759c68f57 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 15 May 2023 12:59:07 +0200 Subject: [PATCH] =?UTF-8?q?CI:=20run=20with=20Node=20v20=20too=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit back-port of 24ad6117 to 5.x --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9807bd06..f6546eae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] steps: - name: checkout uses: actions/checkout@v4 @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] steps: - name: checkout uses: actions/checkout@v4