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

build(deps): ensure “Gallium” runtime & toolchain #64

Merged
merged 4 commits into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. build(deps): ensure “Gallium” runtime & toolchain

    * Begin specifying the Last Known Good Release of Node.js toolchain,
      which is the 1ˢᵗ version of the “Gallium” LTS release line.
    
    Refs: nodejs/node#40536 (review)
    
    > This release marks the transition of Node.js 16.x into Long Term
    > Support (LTS) with the codename “Gallium”. The 16.x release line
    > now moves into “Active LTS” and will remain so until October 2022.
    > After that time, it will move into “Maintenance” until end-of-life
    > in April 2024.
    
    Refs: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.13.0
    
    * Begin specifying that we would like to use globally-installed npm.
    
    > While `npm` is a valid option in the “packageManager” property, the
    > lack of shim will cause the global npm to be used.
    
    Refs: https://nodejs.org/docs/v16.13.0/api/corepack.html#corepack_how_does_corepack_interact_with_npm
    
    > If the value corresponds to a supported package manager, Corepack
    > will make sure that all calls to the relevant binaries are run
    > against the requested version, downloading it on demand if needed,
    > and aborting if it cannot be successfully retrieved.
    
    Refs: https://nodejs.org/docs/v16.13.0/api/corepack.html#configuring-a-package
    
    Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
    DerekNonGeneric authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    61b5956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5ce7c View commit details
    Browse the repository at this point in the history
  3. deps(engines): not support anything outside latest LTS

    Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
    DerekNonGeneric authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    eb34d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7d4317 View commit details
    Browse the repository at this point in the history