Skip to content

Commit

Permalink
Bump node and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 3, 2024
1 parent 873b359 commit 81da376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
node-version: '20'
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.12'
- name: Python Requirements
run: pip install -r requirements.txt
- name: npm requirements
Expand Down

0 comments on commit 81da376

Please sign in to comment.