From 5a502c55f94a9732f9a385559d430e32a085da99 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:00:42 +0500 Subject: [PATCH] test: Remove support for Node 18 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76beeabe6..e5d46dcb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: python-version: - '3.11' toxenv: [quality, docs, django42-celery53, pii_check] - node: [18, 20] env: RUNJSHINT: true steps: @@ -31,7 +30,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node }} + node-version-file: '.nvmrc' - run: pip install -r requirements/ci.txt - name: Run tox env: