diff --git a/.nvmrc b/.nvmrc index 5debbed2..03128968 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/carbon +lts/dubnium diff --git a/package.json b/package.json index 1a6e66f6..7abbda7c 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,5 @@ "commitizen": { "path": "./node_modules/cz-lerna-changelog" } - }, - "engines": { - "node": "^8.11.1", - "npm": "^5.8.0" } } diff --git a/packages/gravity-ui-web/package.json b/packages/gravity-ui-web/package.json index f20b0250..f497a424 100644 --- a/packages/gravity-ui-web/package.json +++ b/packages/gravity-ui-web/package.json @@ -110,8 +110,8 @@ "normalize-scss": "^7.0.1" }, "engines": { - "node": "^8.11.1", - "npm": "^5.8.0" + "node": ">=8", + "npm": ">=5.8.0" }, "eyeglass": { "sassDir": "src/ui-lib/sass",