Skip to content

Commit

Permalink
Feature: add Node.js v21 to EOL checker (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Nov 21, 2023
1 parent 9eb74a4 commit f137585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/endOfLifeChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default class EndOfLifeChecker {
[18, new Date('2025-04-30')],
[19, new Date('2023-06-01')],
[20, new Date('2026-04-30')],
[21, new Date('2024-06-01')],
] satisfies [number, Date][];

private readonly logger: Logger;
Expand Down

0 comments on commit f137585

Please sign in to comment.