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 30, 2024
1 parent dcc115f commit eecbdd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.9'
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '14'
architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit eecbdd2

Please sign in to comment.