mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-10 01:52:04 +05:30
Ignore engines since yarn 1.19.1 is the only version, working with workspaces well
This commit is contained in:
parent
8eac2b97b5
commit
b073ebea10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user