We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b1702 commit 2c89fdeCopy full SHA for 2c89fde
1 file changed
next-data/generators/releaseData.mjs
@@ -1,3 +1,5 @@
1
+'use strict';
2
+
3
// Gets the appropriate release status for each major release
4
const getNodeReleaseStatus = (now, support) => {
5
const { endOfLife, maintenanceStart, ltsStart, currentStart } = support;
0 commit comments