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 aa36702 commit b3e81d9Copy full SHA for b3e81d9
.github/workflows/test.yml
@@ -30,5 +30,6 @@ jobs:
30
run: pip install -r requirements/test-run.txt
31
- name: Run Tests
32
run: |
33
- npm install -g npm@v7.13.0
+ npm install -g npm@latest
34
+ npm --version
35
nox -s test
0 commit comments