Skip to content

Commit 8a4cb10

Browse files
committed
show npm version
1 parent aeb947f commit 8a4cb10

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)