nodejs_14: is EOL on 2023-04-30

This commit is contained in:
ajs124
2023-05-04 16:30:11 +02:00
parent 103268d3d3
commit f75ad820a1
+1 -1
View File
@@ -197,7 +197,7 @@ let
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "node";
knownVulnerabilities = optional (versionOlder version "14") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
knownVulnerabilities = optional (versionOlder version "16") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
};
passthru.python = python; # to ensure nodeEnv uses the same version