From 43c89a18a0a1dd444c1f65e404c332497e38b1bc Mon Sep 17 00:00:00 2001 From: Jason Luong Date: Wed, 1 May 2024 13:34:29 +0100 Subject: [PATCH] chore: drop CICD tests on EOL node versions --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 26172c4..300d301 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12, 14, 16, 18, 20] + node-version: [18, 20] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}