Skip to content

Commit

Permalink
Use NodeJS 20 and Python 3.12 in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 28, 2024
1 parent 5cc1499 commit e90119b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Set up Python 3.8
node-version: 20.x
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- name: Dependencies for building docs # TODO: thin a bit
run: |
npm ci
Expand Down

0 comments on commit e90119b

Please sign in to comment.