Skip to content

Commit

Permalink
test: Remove support for Node 18 (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Oct 31, 2024
1 parent f4dae20 commit 356543d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 356543d

Please sign in to comment.