Skip to content

Commit

Permalink
fix node test
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Sep 19, 2023
1 parent 1874fd0 commit f3d8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ mod test {
&App::new("examples/node")?,
&Environment::default()
)?,
Pkg::new("nodejs-16_x")
Pkg::new("nodejs-18_x")
);

Ok(())
Expand Down

0 comments on commit f3d8d33

Please sign in to comment.