From e1b0e0ae1835f382df6c60caafd33dfa3f4fc931 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Sun, 22 Oct 2023 18:53:38 -0400 Subject: [PATCH] ci(github): bump integration tests to latest lts (`16.x`, `18.x`, `20.x`) --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1cca9cf..5477904 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -128,7 +128,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [16.x, 18.x, 20.x] steps: - name: git checkout HEAD uses: actions/checkout@v2 @@ -153,7 +153,7 @@ jobs: release: - needs: + needs: - lint - lint-commits - integration