From b5a2baad4bbe7554b65c2a527794984bcafa4fc8 Mon Sep 17 00:00:00 2001 From: martincupela Date: Fri, 6 Oct 2023 17:55:51 +0200 Subject: [PATCH] chore(ci): run CI tests on Node 18 and 20, drop Node 16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b69600b7..dfb7051e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18] + node: [18, 20] name: Test with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3