Skip to content

Commit 2c89fde

Browse files
authored
meta: file should be strict
Signed-off-by: Claudio W <[email protected]>
1 parent 34b1702 commit 2c89fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next-data/generators/releaseData.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
// Gets the appropriate release status for each major release
24
const getNodeReleaseStatus = (now, support) => {
35
const { endOfLife, maintenanceStart, ltsStart, currentStart } = support;

0 commit comments

Comments
 (0)