Skip to content

Commit aab36ad

Browse files
committed
upgrade npm in test env
1 parent a7bfe7b commit aab36ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: pip install -r requirements/test-run.txt
2828
- name: Run Tests
2929
run: |
30+
npm install -g npm@v7.13.0
3031
nox -s test -- pytest[--headless]
3132
test-python-versions:
3233
runs-on: ${{ matrix.os }}
@@ -48,6 +49,7 @@ jobs:
4849
run: pip install -r requirements/test-run.txt
4950
- name: Run Tests
5051
run: |
52+
npm install -g npm@v7.13.0
5153
nox -s test -- pytest[--headless,--no-cov]
5254
test-javascript:
5355
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)