fix: update pnpm install command to include --no-frozen-lockfile option
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
${{ runner.os }}-pnpm-store-
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --no-frozen-lockfile
|
||||
|
||||
- name: Run Next.js lint
|
||||
run: pnpm lint
|
||||
Reference in New Issue
Block a user