chore(gh): unfreeze lockfile

# What's changed?

* until lockfile issue is sorted, use `no-frozen-lockfile`
This commit is contained in:
braks
2022-07-26 21:58:14 +02:00
committed by Braks
parent 93a9a99a85
commit 27fa623543

View File

@@ -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