Fixes #151
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 11.x, 12.x]
+ node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
@@ -2,6 +2,9 @@
"name": "vendure",
"version": "10.2.2",
"private": true,
+ "engines": {
+ "node": ">= 10.12.0 < 11 || >= 12.00"
+ },
"scripts": {
"core:watch": "concurrently -n tsc,gulp,common \"cd packages/core && yarn tsc:watch\" \"cd packages/core && yarn gulp:watch\" \"cd packages/common && yarn watch\"",
"bootstrap": "lerna bootstrap",