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 versions 16, 21 #109

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    140811e View commit details
    Browse the repository at this point in the history
  2. ci: yarn --ignore-engines

    Resolves:
    
     error eslint-plugin-jsdoc@43.0.7: The engine "node" is incompatible with this module. Expected version "^14 || ^16 || ^17 || ^18 || ^19 || ^20". Got "22.9.0"
    
    ignore-engines is default behavior in newer yarn versions.
    legobeat committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fc19383 View commit details
    Browse the repository at this point in the history