Skip to content

Commit

Permalink
meta: file should be strict
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio W <[email protected]>
  • Loading branch information
ovflowd authored Nov 27, 2023
1 parent 34b1702 commit 2c89fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next-data/generators/releaseData.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

// Gets the appropriate release status for each major release
const getNodeReleaseStatus = (now, support) => {
const { endOfLife, maintenanceStart, ltsStart, currentStart } = support;
Expand Down

0 comments on commit 2c89fde

Please sign in to comment.