From cae60372fa118c3050781d5b72695fecfc314f7e Mon Sep 17 00:00:00 2001 From: tedezed Date: Thu, 3 Oct 2024 16:48:07 +0200 Subject: [PATCH] fix lock --- .github/workflows/template-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/template-ci.yml b/.github/workflows/template-ci.yml index 444cb10..6e094b7 100644 --- a/.github/workflows/template-ci.yml +++ b/.github/workflows/template-ci.yml @@ -48,8 +48,10 @@ jobs: node scripts/generate-ci-project.js ${{ matrix.framework }} ${PROJECT_PATH} ${CARTO_AUTH_TOKEN} - name: Start project + env: + YARN_ENABLE_IMMUTABLE_INSTALLS: false run: | set -x cd ${PROJECT_PATH} - yarn install --refresh-lockfile + yarn yarn dev