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.12.2 #179

Merged

Commits on Aug 24, 2024

  1. build: Update to Node 20.12.2

    Tim Addai authored and joshuacurtiss committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6eb2fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5139b View commit details
    Browse the repository at this point in the history
  3. build: Update grunt-contrib-uglify to 5.2.2

    Upgrading grunt-contrib-uglify to 5.2.2 ensures that we're consistently
    using a modern version of Uglify that can handle modern syntax.
    Tim Addai authored and joshuacurtiss committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    07a64b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c51936 View commit details
    Browse the repository at this point in the history
  5. build: Fix uglify settings in build

    Fixed uglify configurations to change based on whether we are in debug mode or not.
    Tim Addai authored and joshuacurtiss committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f93aeb5 View commit details
    Browse the repository at this point in the history
  6. ci: Update CI steps to use Node 20

    The CI steps need to be updated to use Node 20. While doing so, we incorporate some
    additional work:
    
    - Update all actions to use the latest versions that run on Node 20
    - Update test matrix to use our .nvmrc file as one of the Node versions to test against
    - Check for uncommitted changes after installing dependencies
    Tim Addai authored and joshuacurtiss committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    981f9ab View commit details
    Browse the repository at this point in the history