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

Increase minimum Node.js version (14 → 16) #977

Merged
merged 2 commits into from
Oct 24, 2023
Merged

Conversation

jleedev
Copy link
Member

@jleedev jleedev commented Oct 24, 2023

Node.js 14 is EOL since May. Dependencies (well, Playwright) declare a minimum version of 16, causing npm install to fail with the strict engine check.

And the tests are failing, as String.prototype.replaceAll doesn't exist and we don't polyfill.

Node.js 14 is EOL since May. Dependencies (well, Playwright) declare a
minimum version of 16, causing npm install to fail with the strict
engine check.

And the tests are failing, as String.prototype.replaceAll doesn't exist
and we don't polyfill.
@claysmalley claysmalley merged commit e6e43ed into main Oct 24, 2023
4 checks passed
@claysmalley claysmalley deleted the jleedev/bump branch October 24, 2023 23:26
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