From 356543d406d6d0e0cda6e78cef22acb73e7102e3 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:24:15 +0500 Subject: [PATCH] test: Remove support for Node 18 (#2245) --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff60960a1b..6c4baf7418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: matrix: os: [ubuntu-latest] python-version: ["3.8", "3.11"] - node-version: [18, 20] toxenv: [quality, js, django42] - continue-on-error: ${{ matrix.node == 20 }} steps: - uses: actions/checkout@v4 @@ -42,7 +40,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node-version }} + node-version-file: ".nvmrc" - name: Run Tests env: