Skip to content

Commit 8fa0e54

Browse files
committed
oops node v14.14.1 doesn't exist
1 parent 5fdf7a2 commit 8fa0e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/volta_run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn run_npm() {
2929
let p = temp_project().build();
3030

3131
assert_that!(
32-
p.volta("run --node 14.14.1 --npm 6.14.16 npm --version"),
32+
p.volta("run --node 14.14.0 --npm 6.14.16 npm --version"),
3333
execs().with_status(0).with_stdout_contains("6.14.16")
3434
)
3535
}

0 commit comments

Comments
 (0)