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

Added support for Node 20 #176

Merged
merged 3 commits into from Mar 19, 2024
Merged

Added support for Node 20 #176

merged 3 commits into from Mar 19, 2024

Commits on Mar 19, 2024

  1. Added support for Node 20

    ref https://linear.app/tryghost/issue/ENG-765/add-support-for-node-20
    
    - this adds support for Node 20 to CI and the library, as it's LTS and
      we should support it
    daniellockyer committed Mar 19, 2024
    Copy the full SHA
    b2cf1c4 View commit details
    Browse the repository at this point in the history
  2. Updated knex-migrator

    ref https://linear.app/tryghost/issue/ENG-765/add-support-for-node-20
    
    - this is needed so we can add support for Node 20, as it contains an
      engines constraint
    daniellockyer committed Mar 19, 2024
    Copy the full SHA
    33166b6 View commit details
    Browse the repository at this point in the history
  3. Dropped support for Node 14 and 16

    ref https://linear.app/tryghost/issue/ENG-765/add-support-for-node-20
    
    - these versions are EOL and we should no longer support them
    daniellockyer committed Mar 19, 2024
    Copy the full SHA
    f9eddac View commit details
    Browse the repository at this point in the history