Skip to content

Commit b3e81d9

Browse files
committed
use npm latest
1 parent aa36702 commit b3e81d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
run: pip install -r requirements/test-run.txt
3131
- name: Run Tests
3232
run: |
33-
npm install -g [email protected]
33+
npm install -g npm@latest
34+
npm --version
3435
nox -s test

0 commit comments

Comments
 (0)