Skip to content

Commit 96ac667

Browse files
committed
Upgrade to NodeJS version 22
1 parent add60d0 commit 96ac667

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ["3.11"]
21-
node-version: ["20.x"]
20+
python-version: ["3.12"]
21+
node-version: ["22.x"]
2222

2323
steps:
2424
- uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
27-
node-version: ["20.x"]
27+
node-version: ["22.x"]
2828
django-version: ["4.2.*", "5.0.*", "5.1.*", "5.2.*"]
2929
exclude: # https://docs.djangoproject.com/en/5.0/faq/install/#what-python-version-can-i-use-with-django
3030
- python-version: "3.12"

0 commit comments

Comments
 (0)