chore(gh): unfreeze lockfile
# What's changed? * until lockfile issue is sorted, use `no-frozen-lockfile`
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user