Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): ensure “Gallium” runtime & toolchain (#64)
- **Begin specifying the Last Known Good Release of Node.js toolchain** LKGR of Node.js toolchain is 1ˢᵗ release of “Gallium” LTS (v16.13.0). 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. Days until “Gallium” goes into “Maintenance” (October 2022): 8 weeks from now[^1] Days until “Gallium” goes EOL (April 2024): 86 weeks from now[^2] [^1]: https://www.wolframalpha.com/input?i2d=true&i=third+Tuesday+in+October+of+year+2022 [^2]: https://www.wolframalpha.com/input?i2d=true&i=third+Tuesday+in+April+of+year+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 <[email protected]> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information