From 27fa6235430977cd055d8bd67dd8316886b22aa0 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 26 Jul 2022 21:58:14 +0200 Subject: [PATCH] chore(gh): unfreeze lockfile # What's changed? * until lockfile issue is sorted, use `no-frozen-lockfile` --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 264aa244..842879e8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -43,7 +43,7 @@ jobs: version: 7 run_install: false - - name: Get yarn cache directory path ๐Ÿ›  + - name: Get pnpm cache directory path ๐Ÿ›  id: pnpm-cache-dir-path run: echo "::set-output name=dir::$(pnpm cache dir)" @@ -57,7 +57,7 @@ jobs: ${{ runner.os }}-pnpm- - name: Install dependencies ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Run linter ๐Ÿงน run: pnpm lint