Skip to content

Commit

Permalink
use node
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 14, 2023
1 parent c1cbd48 commit 0eaf276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{env.PYTHON_VERSION}}
- run: node -e "console.log(require('os').userInfo().username)"
- run: python -c "import os; print(os.getlogin())"
- name: Use Npm ${{env.NPM_VERSION}}
run: npm i -g npm@${{env.NPM_VERSION}}
Expand Down

0 comments on commit 0eaf276

Please sign in to comment.