Skip to content

Commit eecbdd2

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/python-publish.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ 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+
- name: Set up Node
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: '14'
25+
architecture: 'x64'
2126
- name: Install dependencies
2227
run: |
2328
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)