Skip to content

Commit

Permalink
fix: node-version —> python-version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 14, 2022
1 parent 5ace628 commit b0c7e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
node-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- run: py --list
- run: npm install
- run: npm run ci
Expand Down

0 comments on commit b0c7e54

Please sign in to comment.