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.
2 parents 3567f60 + afe6ef2 commit 63fb4d6Copy full SHA for 63fb4d6
1 file changed
bin/check_modules.pl
@@ -30,7 +30,7 @@ =head1 SYNOPSIS
30
=item C<ubuntu>
31
32
Tested on ubuntu 24. May work for other distributions using the apt package
33
-manager
+manager
34
35
=item C<rhel>
36
@@ -746,8 +746,8 @@ sub check_apps {
746
my $node_version_str = qx/node -v/;
747
my ($node_version) = $node_version_str =~ m/v(\d+)\./;
748
749
- say "\n**The version of node should be at least 18. You have version $node_version."
750
- if $node_version < 18;
+ say "\n**The version of node should be at least 20. You have version $node_version."
+ if $node_version < 20;
751
752
return;
753
}
0 commit comments