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