chore(gh): unfreeze lockfile

# What's changed?

* until lockfile issue is sorted, use `no-frozen-lockfile`
This commit is contained in:
braks
2022-07-27 22:49:00 +02:00
committed by Braks
parent 93a9a99a85
commit 27fa623543
+2 -2
View File
@@ -43,7 +43,7 @@ jobs:
version: 7 version: 7
run_install: false run_install: false
- name: Get yarn cache directory path 🛠 - name: Get pnpm cache directory path 🛠
id: pnpm-cache-dir-path id: pnpm-cache-dir-path
run: echo "::set-output name=dir::$(pnpm cache dir)" run: echo "::set-output name=dir::$(pnpm cache dir)"
@@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-pnpm- ${{ runner.os }}-pnpm-
- name: Install dependencies 👨🏻‍💻 - name: Install dependencies 👨🏻‍💻
run: pnpm install --frozen-lockfile run: pnpm install --no-frozen-lockfile
- name: Run linter 🧹 - name: Run linter 🧹
run: pnpm lint run: pnpm lint