Skip to content

Commit

Permalink
Merge branch 'main' into emmercm/bun-node-unrar-js
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Feb 12, 2025
2 parents 8d83836 + 26178dd commit 0f3e82f
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 {
[20, new Date('2026-04-30')],
[21, new Date('2024-06-01')],
[22, new Date('2027-04-30')],
[23, new Date('2025-06-01')],
] satisfies [number, Date][];

private readonly logger: Logger;
Expand Down

0 comments on commit 0f3e82f

Please sign in to comment.