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: 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 - yarn install --frozen-lockfile --ignore-engines
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 - yarn install --frozen-lockfile --ignore-engines
only: only:
refs: refs:
- master - master