Skip to content

Commit

Permalink
Feature: warn on Node.js v22 EOL (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored May 10, 2024
1 parent 9832172 commit 5d2584e
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 @@ -29,6 +29,7 @@ export default class EndOfLifeChecker {
[19, new Date('2023-06-01')],
[20, new Date('2026-04-30')],
[21, new Date('2024-06-01')],
[22, new Date('2027-04-30')],
] satisfies [number, Date][];

private readonly logger: Logger;
Expand Down

0 comments on commit 5d2584e

Please sign in to comment.