Skip to content

Commit 971e353

Browse files
committed
show npm version
1 parent 8d9b925 commit 971e353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
def setup_checks(session: Session) -> None:
3535
session.install("--upgrade", "pip")
3636
session.run("pip", "--version")
37+
session.run("npm", "--version", external=True)
3738

3839

3940
@group.setup("check-javascript")

0 commit comments

Comments
 (0)