Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Node.js 12, 14 #1753

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Drop support for Node.js 12, 14 #1753

merged 1 commit into from
Nov 8, 2022

Conversation

lfdebrux
Copy link
Member

@lfdebrux lfdebrux commented Nov 7, 2022

Node 12 has reached end of life (EOL), and Node 14 will reach end of life within the lifetime of GOV.UK Prototype Kit 13. Users shouldn't be using EOL versions of Node, as they do not receive security fixes. Let's stop supporting these versions, to reduce our maintenance burden. This commit removes them from the test matrix and the engines directive of the package.json.

Part of #1124.

@lfdebrux lfdebrux requested a review from a team November 7, 2022 16:40
@lfdebrux lfdebrux force-pushed the ldeb-no-node-12-14 branch 2 times, most recently from 5de6e35 to 8fe13ae Compare November 7, 2022 17:13
Node 12 has reached end of life (EOL), and Node 14 will reach end of
life within the lifetime of GOV.UK Prototype Kit 13. Users shouldn't be
using EOL versions of Node, as they do not receive security fixes. Let's
stop supporting these versions, to reduce our maintenance burden. This
commit removes them from the test matrix and the `engines.node`
property of the package.json. We also update the engines directive to
make it clear we only support LTS versions.
@lfdebrux lfdebrux merged commit f6e0899 into v13 Nov 8, 2022
@lfdebrux lfdebrux deleted the ldeb-no-node-12-14 branch November 8, 2022 15:08
@lfdebrux lfdebrux mentioned this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants