Skip to content

chore!: drop support for Node 10 #165

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

Merged
merged 1 commit into from
Mar 3, 2021
Merged

chore!: drop support for Node 10 #165

merged 1 commit into from
Mar 3, 2021

Conversation

ehmicky
Copy link
Contributor

@ehmicky ehmicky commented Mar 2, 2021

This drops support for Node 10.
This will allow merging #134
This will require using compatibility: { nodeVersion } in netlify/plugins.json.

@ehmicky ehmicky requested a review from erezrokah March 2, 2021 20:03
@ehmicky ehmicky self-assigned this Mar 2, 2021
@@ -30,7 +30,7 @@
"puppeteer": "^8.0.0"
},
"engines": {
"node": ">=v10.22.1"
"node": ">=12.13.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the exact minimum version needed by Lighthouse.

@erezrokah erezrokah merged commit f750f58 into master Mar 3, 2021
@erezrokah erezrokah deleted the chore/drop-node-10 branch March 3, 2021 09:53
@github-actions github-actions bot mentioned this pull request Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants