Skip to content

Commit

Permalink
Update node-version in python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
changeyoung98 authored Oct 29, 2024
1 parent dcc115f commit 944cf11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.9'
node-version: '14'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 944cf11

Please sign in to comment.