From 24ad6117b05bc714bf857c42db5a8cd47063a650 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 --- .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 0dfbb969..310cdb22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - name: checkout uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - name: checkout uses: actions/checkout@v3