Merge pull request #26749 from backstage/fix-yarn-install-docker-image

CI: force yarn to override the lockfile
This commit is contained in:
Patrik Oldsberg
2024-09-17 21:51:19 +02:00
committed by GitHub
@@ -45,6 +45,7 @@ jobs:
run: npx @backstage/create-app
env:
BACKSTAGE_APP_NAME: example-app
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- name: yarn build
run: yarn build:backend