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.js 16 #122

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Upgrade to Node.js 16 #122

merged 2 commits into from
Jun 23, 2023

Commits on Jun 23, 2023

  1. Upgrade Node.js to v16

    Node.js v16 should run without emulation on the build platform, which
    results in faster build times. This was the main reason to avoid
    upgrading in a multi-platform setting.
    
    Node.js v16 should also come with performance improvements during run
    time.
    victorlin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    626ca5e View commit details
    Browse the repository at this point in the history
  2. Remove redundant Auspice build

    Auspice has a prepare script that runs the build script automatically
    after npm install. This means the explicit call to run the build script
    is redundant and can be removed to improve build times.
    victorlin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    efb8dcf View commit details
    Browse the repository at this point in the history