croz-ltd/tiller

Update yarn.lock

Closed this issue · 0 comments

Basic information

  • Tiller version: 1.8.0
  • Module: project

Bug description

The yarn.lock file on master is outdated, and when the pipeline tries to run yarn install --immutable it tries to update the yarn.lock file since a dependency changed ("lexical": "^0.6.0" -> "lexical": "^0.11.0"), which is forbidden because of the --immutable flag and therefore the pipeline fails at the Install dependencies stage.