From 77b06af718593c711ad622c3d13c1e68df8cefdc Mon Sep 17 00:00:00 2001 From: lane-formio Date: Fri, 13 Oct 2023 14:20:56 -0500 Subject: [PATCH] Remove --frozen-lockfile from config.yml --- .github/workflows/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index ab65e6faa4..40d9fe8cc9 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -83,7 +83,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' uses: borales/actions-yarn@v4 with: - cmd: install --frozen-lockfile + cmd: install - name: Lint uses: borales/actions-yarn@v4 @@ -128,4 +128,4 @@ jobs: - name: Test uses: borales/actions-yarn@v4 with: - cmd: test \ No newline at end of file + cmd: test