You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The below can be removed once @rules_nodejs/nodejs is updated to latest which contains https://github.com/bazelbuild/rules_nodejs/pull/3701
83
-
node_repositories=NODE_18_REPO,
84
-
node_version="18.19.1",
85
-
)
86
-
87
80
# Set the default nodejs toolchain to the latest supported major version
88
81
nodejs_register_toolchains(
89
82
name="nodejs",
90
83
# The below can be removed once @rules_nodejs/nodejs is updated to latest which contains https://github.com/bazelbuild/rules_nodejs/pull/3701
91
-
node_repositories=NODE_18_REPO,
84
+
node_repositories=NODE_20_REPO,
92
85
node_version=DEFAULT_NODE_VERSION,
93
86
)
94
87
95
88
nodejs_register_toolchains(
96
89
name="node20",
97
90
# The below can be removed once @rules_nodejs/nodejs is updated to latest which contains https://github.com/bazelbuild/rules_nodejs/pull/3701
'The Angular CLI requires a minimum Node.js version of v18.19.\n\n'+
64
+
'The Angular CLI requires a minimum Node.js version of v20.11.\n\n'+
65
65
'Please update your Node.js version or visit https://nodejs.org/ for additional instructions.\n',
0 commit comments