Skip to content

Commit

Permalink
test: Remove support for Node 18 (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Oct 31, 2024
1 parent f3092a7 commit 760694e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
python-version:
- '3.11'
toxenv: [quality, docs, django42-celery53, pii_check]
node: [18, 20]
env:
RUNJSHINT: true
steps:
Expand All @@ -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:
Expand Down

0 comments on commit 760694e

Please sign in to comment.