We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa24fde commit 3ccfcc6Copy full SHA for 3ccfcc6
noxfile.py
@@ -56,7 +56,7 @@ def apply_standard_pip_upgrades(session: Session) -> None:
56
@do_first
57
def install_latest_npm_in_ci(session: Session) -> None:
58
if os.environ.get("CI") in TRUE_VALUES:
59
- session.log("Running in CI environment")
+ session.log("Running in CI environment - installing latest NPM")
60
session.run("npm", "install", "-g", "npm@latest", external=True)
61
62
0 commit comments