Skip to content

Commit

Permalink
feat!: Drop Node 18 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Nov 22, 2024
1 parent 00d47ed commit d24da91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.11", "3.12"]
node-version: ["18", "20"]
node-version: ["20"]
toxenv:
[
"django42-drflatest",
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit d24da91

Please sign in to comment.