Skip to content

Commit 1d2eba8

Browse files
authored
build(devs-infra): drop Node 10 support (#904)
BREAKING CHANGE Node.js version 10 will become EOL on **2021-04-30**. Angular CLI 12 will require Node.js **12.13+** or **14.15+**. Node.js **12.13** and **14.15** are the first LTS releases for their respective majors.
1 parent c275166 commit 1d2eba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114
]
115115
},
116116
"engines": {
117-
"node": ">= 10"
117+
"node": "^12.13.0 || ^14.15.0 || >=15.0.0"
118118
}
119119
}

0 commit comments

Comments
 (0)