-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update default nodejs version to 16 (#3107)
As of 2021-10-26, v16 has entered LTS, so it's the most appropriate default. Also, it provides darwin_arm releases (apple silicon) which many developers now expect. BREAKING CHANGE: The default nodejs version is now 16.12.0. To go back to the previous default, put this in your WORKSPACE: ```starlark load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories") node_repositories( node_version = "14.17.5", ) ``` Fixes #3101
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters