From 850515abf65d4fb37112221b5c02342a6a25b6f2 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:42:16 +0500 Subject: [PATCH] test: Remove support for Node 18 (#412) * test: Add Node 20 to CI matrix * test: Remove support for Node 18 --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 180dcf61..a385df86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,6 @@ jobs: if: "!(github.actor == 'github-actions[bot]') " name: Build runs-on: ubuntu-latest - strategy: - matrix: - node: [18, 20] steps: - name: Checkout @@ -23,7 +20,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node }} + node-version-file: '.nvmrc' # lerna expects to be authenticated for publishing to NPM. This step will fail CI if NPM is not # authenticated, even though this build does _not_ attempt to publish, as an extra check before merge # that Lerna is set to publish.