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

View File

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