From d798e9a548f8693121c75a9510f1639548174fb2 Mon Sep 17 00:00:00 2001 From: Tancredi Trugenberger Date: Sun, 31 Mar 2024 13:23:09 +0200 Subject: [PATCH] Change test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 026fa519..9c79f10d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [macOS-11, ubuntu-20.04, windows-2019] - node: [14.x, 16.x, 18.x, 19.x] + node: [16.x, 18.x, 19.x, 20.x] steps: - uses: actions/checkout@v3