Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
More fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 19, 2024
1 parent 8f08f29 commit 9d8c869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crates/node-depman/tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ mod yarn {
use super::*;

generate_resolve_versions_tests!("yarn-test", {
"1" => "1.22.21",
"1" => "1.22.22",
"2" => "2.4.3",
"3" => "3.8.0",
"berry" => "4.1.0",
"3" => "3.8.1",
"berry" => "4.1.1",
});

#[test]
Expand Down
2 changes: 1 addition & 1 deletion crates/node/tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generate_resolve_versions_tests!("node-test", {
"lts-gallium" => "16.20.2",
"lts/fermium" => "14.21.3",
"stable" => "20.11.1",
"node" => "21.6.2",
"node" => "21.7.1",
});

#[test]
Expand Down

0 comments on commit 9d8c869

Please sign in to comment.