From 9c744035cdd6686ec606c7f171dbee320d116c64 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 13 Nov 2024 12:29:05 +0100 Subject: [PATCH] Update ci-monolib.yml --- .github/workflows/ci-monolib.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-monolib.yml b/.github/workflows/ci-monolib.yml index 47389ad..5f1f075 100644 --- a/.github/workflows/ci-monolib.yml +++ b/.github/workflows/ci-monolib.yml @@ -36,6 +36,7 @@ jobs: ${{ runner.os }}-turbo- - run: corepack yarn config set enableHardenedMode false - - run: corepack yarn + - run: corepack yarn install --mode=update-lockfile + - run: corepack yarn build - run: corepack yarn check