Skip to content

Commit 4c9b0e0

Browse files
Align node 'engines' tag with our pre-requisite documentation
Fixes #2887 - align our `engines` tag in `package.json` found at the root of the repository with the prerequisites. This will fail to compile the code if there is an unsupported node version being used. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
1 parent 2d4c845 commit 4c9b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"engines": {
66
"yarn": "1.0.x || >=1.2.1",
7-
"node": ">=10.2.0"
7+
"node": ">=10.2.0 <12"
88
},
99
"resolution": {
1010
"**/@types/node": "~10.3.6"

0 commit comments

Comments
 (0)