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

chore: Upgrade NodeJS to 16.x #12288

Merged
merged 3 commits into from
Oct 10, 2022
Merged

Commits on Oct 4, 2022

  1. chore: Upgrade NodeJS to 16.x

    Node 14 ends support in April 2023.
    Node 16 will remain supported until September 2023.
    
    Upgrading to Node 16 allows removal of the `node-webcrypto-ossl`
    dependency used in tests.
    
    `package-lock.json` updated for the new lockfile format with npm 8 and
    removes some no longer needed dependencies.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c5f2137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2d640 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    35f35fb View commit details
    Browse the repository at this point in the history