Skip to content

Commit 783b2b4

Browse files
committed
lock node to 9.4 - 10
build fails with 10 and up
1 parent 64a5531 commit 783b2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": "pie-framework/pie-cli.git",
2020
"engines": {
21-
"node": ">=9.4.0",
21+
"node": ">=9.4.0 <10",
2222
"npm": ">=5.6.0"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)