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

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 25, 2023
1 parent 085508a commit a855499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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", {
"10.1" => "10.1.0",
"lts-gallium" => "16.20.2",
"lts/fermium" => "14.21.3",
"stable" => "18.18.2",
"stable" => "20.9.0",
"node" => "21.0.0",
});

Expand Down Expand Up @@ -45,7 +45,7 @@ fn sets_lts_aliases() {
aliases,
[
"argon", "boron", "carbon", "dubnium", "erbium", "fermium", "gallium", "hydrogen",
"latest", "stable"
"iron", "latest", "stable"
]
);
}
Expand Down

0 comments on commit a855499

Please sign in to comment.