Skip to content

Commit

Permalink
Merge pull request #831 from Financial-Times/allow-node-22
Browse files Browse the repository at this point in the history
feat: allow Node 22
  • Loading branch information
alexmuller authored Jun 14, 2024
2 parents d99bdb8 + e5056f8 commit 76f2894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/supported-node-js-version-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const nodeVersionToEndOfLifeDateMap = {
'14': new Date('2023-04-30'),
'16': new Date('2023-09-11'),
'18': new Date('2025-04-30'),
'20': new Date('2026-04-30')
'20': new Date('2026-04-30'),
'22': new Date('2027-04-30')
};

/**
Expand Down

0 comments on commit 76f2894

Please sign in to comment.