From eeb365330975b39cb4b2f3bd64df72e115624439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ole=C5=9B?= Date: Sun, 9 Mar 2025 19:30:06 +0100 Subject: [PATCH] chore: update workflwo commands --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da21ce5b..181f0cfe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: cache: 'yarn' - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Build project run: yarn build @@ -50,7 +50,7 @@ jobs: key: ${{ runner.os }}-locks - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Download build artifact uses: actions/download-artifact@v4 @@ -83,7 +83,7 @@ jobs: cache: 'yarn' - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Download build artifact uses: actions/download-artifact@v4