Skip to content

Commit

Permalink
add node
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed May 14, 2024
1 parent 27c0217 commit c5e8fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ secrets.NODE_VERSION || env.NODE_VERSION || '20.9.0' }}
node-version: '20.9.0'
- name: Set up python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c5e8fb1

Please sign in to comment.