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 5fdf7a2 commit 8fa0e54Copy full SHA for 8fa0e54
tests/smoke/volta_run.rs
@@ -29,7 +29,7 @@ fn run_npm() {
29
let p = temp_project().build();
30
31
assert_that!(
32
- p.volta("run --node 14.14.1 --npm 6.14.16 npm --version"),
+ p.volta("run --node 14.14.0 --npm 6.14.16 npm --version"),
33
execs().with_status(0).with_stdout_contains("6.14.16")
34
)
35
}
0 commit comments