Remove engine requirements completely

This commit is contained in:
ErickSkrauch 2020-05-20 20:37:39 +03:00
parent b073ebea10
commit a0ec9574e2
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
2 changed files with 3 additions and 4 deletions

View File

@ -65,7 +65,7 @@ Yarn:
variables:
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
script:
- yarn install --frozen-lockfile --ignore-engines
- yarn install --frozen-lockfile
Yarn E2E:
stage: prepare
@ -75,7 +75,7 @@ Yarn E2E:
cache:
policy: pull-push
script:
- yarn install --frozen-lockfile --ignore-engines
- yarn install --frozen-lockfile
only:
refs:
- master

View File

@ -16,8 +16,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/elyby/accounts-frontend",
"engines": {
"node": ">=10.0.0",
"yarn": "1.19.1"
"node": ">=10.0.0"
},
"workspaces": [
"packages/*",