Skip to content

Commit

Permalink
build: Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 22, 2024
1 parent 9dd14c0 commit a45c188
Show file tree
Hide file tree
Showing 3 changed files with 2,996 additions and 3,571 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.11']
node-version: [18]
node-version: [18, 20]
toxenv: [quality, js, django42]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit a45c188

Please sign in to comment.