Skip to content

Commit 944cf11

Browse files
Update node-version in python-publish.yml
1 parent dcc115f commit 944cf11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: '3.x'
20+
python-version: '3.9'
21+
node-version: '14'
2122
- name: Install dependencies
2223
run: |
2324
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)