Skip to content

Commit

Permalink
ci: update python to 3.12 and node to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Oct 30, 2024
1 parent c607f7d commit 425dcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down

0 comments on commit 425dcfd

Please sign in to comment.