Skip to content

Commit 4c5ed59

Browse files
filipesilvaKeen Yee Liau
authored andcommitted
build: match engines with bazel and CI
1 parent 57a32c2 commit 4c5ed59

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

WORKSPACE

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,32 @@ check_bazel_version("0.15.0")
5858
node_repositories(
5959
package_json = ["//:package.json"],
6060
preserve_symlinks = True,
61-
node_version = "10.3.0",
62-
yarn_version = "1.6.0",
61+
node_version = "10.9.0",
62+
yarn_version = "1.9.2",
63+
node_repositories = {
64+
"10.9.0-darwin_amd64": (
65+
"node-v10.9.0-darwin-x64.tar.gz",
66+
"node-v10.9.0-darwin-x64",
67+
"3c4fe75dacfcc495a432a7ba2dec9045cff359af2a5d7d0429c84a424ef686fc"
68+
),
69+
"10.9.0-linux_amd64": (
70+
"node-v10.9.0-linux-x64.tar.xz",
71+
"node-v10.9.0-linux-x64",
72+
"c5acb8b7055ee0b6ac653dc4e458c5db45348cecc564b388f4ed1def84a329ff"
73+
),
74+
"10.9.0-windows_amd64": (
75+
"node-v10.9.0-win-x64.zip",
76+
"node-v10.9.0-win-x64",
77+
"6a75cdbb69d62ed242d6cbf0238a470bcbf628567ee339d4d098a5efcda2401e"
78+
),
79+
},
80+
yarn_repositories = {
81+
"1.9.2": (
82+
"yarn-v1.9.2.tar.gz",
83+
"yarn-v1.9.2",
84+
"3ad69cc7f68159a562c676e21998eb21b44138cae7e8fe0749a7d620cf940204"
85+
),
86+
},
6387
)
6488

6589
local_repository(

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"url": "https://github.com/angular/angular-cli.git"
4444
},
4545
"engines": {
46-
"node": ">=10.3.0 <11.0.0",
47-
"yarn": ">=1.6.0 <2.0.0"
46+
"node": ">=10.9.0 <11.0.0",
47+
"yarn": ">=1.9.0 <2.0.0"
4848
},
4949
"author": "Angular Authors",
5050
"license": "MIT",

0 commit comments

Comments
 (0)