From dde98f0970c3344524221c01c82ceffb472b47d8 Mon Sep 17 00:00:00 2001 From: Martin Herting Date: Wed, 10 Apr 2024 11:48:47 +0200 Subject: [PATCH] Update test ci node versions. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3001e3..ae5185b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 18, 19] + node-version: [18, 20] steps: - name: Checkout code uses: actions/checkout@v3