Skip to content

Commit 4221eb8

Browse files
committed
show npm version
1 parent 22b63bb commit 4221eb8

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
@@ -60,6 +60,7 @@ def __call__(self, session: Session) -> Callable[[bool], None]:
6060
def setup_checks(session: Session) -> None:
6161
session.install("--upgrade", "pip")
6262
session.run("pip", "--version")
63+
session.run("npm", "--version", external=True)
6364

6465

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

0 commit comments

Comments
 (0)