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

Upgrade to Node 20 #996

Merged
merged 2 commits into from Sep 23, 2023
Merged

Upgrade to Node 20 #996

merged 2 commits into from Sep 23, 2023

Commits on Sep 23, 2023

  1. Upgrade to Node 20

    https://eaflood.atlassian.net/browse/WATER-4077
    
    Our environments are currently running on Node.js Version 14. [v14 went end-of-life in April 2023](https://endoflife.date/nodejs) which means no more maintenance or security fixes will be provided.
    
    The current Long Term Support (LTS) version is currently v18 though in a couple of weeks it will switch to v20. So, we're updating our environments to run with Node v20. This covers all changes needed to support the upgrade.
    Cruikshanks committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1fc2996 View commit details
    Browse the repository at this point in the history
  2. Simplify node install in CI

    Happened to spot that https://github.com/actions/setup-node supports setting the version using the .nvmrc file directly. Seems as good a time as any to simplify our CI workflow.
    Cruikshanks committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    efb8c69 View commit details
    Browse the repository at this point in the history