File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Defaults to `["https://nodejs.org/dist/v{version}/{filename}"]`
133
133
134
134
The specific version of Node.js to install
135
135
136
- Defaults to ` "18. 20.8 " `
136
+ Defaults to ` "20.19.0 " `
137
137
138
138
<h4 id =" nodejs_repositories-node_version_from_nvmrc " >node_version_from_nvmrc</h4 >
139
139
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ DEFAULT_NODE_VERSION = [
20
20
# 16.18.1-windows_amd64 -> 16.18.1
21
21
v .split ("-" )[0 ]
22
22
for v in NODE_VERSIONS .keys ()
23
- if v .startswith ("18 ." )
23
+ if v .startswith ("20 ." )
24
24
][- 1 ] # Versions are sorted increasing, so last one is the latest version
25
25
26
26
LATEST_KNOWN_NODE_VERSION = [
Original file line number Diff line number Diff line change 11
11
"repository" : " https://github.com/bazel-contrib/rules_nodejs.git" ,
12
12
"license" : " Apache-2.0" ,
13
13
"engines" : {
14
- "node" : " >=12 <=18 "
14
+ "node" : " >=12 <20 "
15
15
},
16
16
"packageManager" : " pnpm@8.11.0" ,
17
17
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments