From 2d8e84bc3c3d499f58b47996c5e0dfe3804972cf Mon Sep 17 00:00:00 2001 From: Gligor Kotushevski Date: Tue, 3 Sep 2024 11:37:18 +1200 Subject: [PATCH] drop node 14 and 16 CI tests --- .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 017bafe..d1b277d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x] runs-on: ${{ matrix.os }}