Ignore engines since yarn 1.19.1 is the only version, working with workspaces well

This commit is contained in:
ErickSkrauch 2020-05-20 20:31:32 +03:00
parent 8eac2b97b5
commit b073ebea10
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

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
- yarn install --frozen-lockfile --ignore-engines
Yarn E2E:
stage: prepare
@ -75,7 +75,7 @@ Yarn E2E:
cache:
policy: pull-push
script:
- yarn install --frozen-lockfile
- yarn install --frozen-lockfile --ignore-engines
only:
refs:
- master