Skip to content

Commit

Permalink
Align node 'engines' tag with our pre-requisite documentation
Browse files Browse the repository at this point in the history
Fixes eclipse-theia#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 <[email protected]>
  • Loading branch information
vince-fugnitto committed Aug 19, 2019
1 parent 2d4c845 commit 4c9b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"engines": {
"yarn": "1.0.x || >=1.2.1",
"node": ">=10.2.0"
"node": ">=10.2.0 <12"
},
"resolution": {
"**/@types/node": "~10.3.6"
Expand Down

0 comments on commit 4c9b0e0

Please sign in to comment.