We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb29da commit 0204b18Copy full SHA for 0204b18
.github/workflows/test.yaml
@@ -77,7 +77,7 @@ jobs:
77
pip install dist\nodejs_bin-${{matrix.nodejs-version}}a3-py3-none-win_amd64.whl
78
- name: Test Package
79
run:
80
- python -m nodejs --version
81
- python -m nodejs.npm --version
+ python -W error -m nodejs --version
+ python -W error -m nodejs.npm --version
82
83
0 commit comments