Skip to content

Commit

Permalink
test: Remove support for Node 18 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Sep 11, 2024
1 parent a451dac commit 4884fdc
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 @@ -12,7 +12,6 @@ jobs:
matrix:
python-version: ['3.8', '3.12']
django-version: ['4.2']
node: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
node-version-file: '.nvmrc'

- name: run tests with Django ${{ matrix.django-version }}
run: |
Expand Down

0 comments on commit 4884fdc

Please sign in to comment.