Skip to content

Commit

Permalink
test: Add Node 20 to CI matrix (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Oct 22, 2024
1 parent 9dd14c0 commit 98fbeb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.11']
node-version: [18]
node-version: [18, 20]
toxenv: [quality, js, django42]
continue-on-error: ${{ matrix.node == 20 }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98fbeb4

Please sign in to comment.