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

Commits on Oct 24, 2023

  1. Increase minimum Node.js version (14 → 16)

    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.
    jleedev committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8b91d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3179e1 View commit details
    Browse the repository at this point in the history