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 f80ece7 commit 4a14205Copy full SHA for 4a14205
.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