fix: update pnpm install command to include --no-frozen-lockfile option

This commit is contained in:
2025-07-02 20:16:21 +00:00
committed by GitHub
parent 1280da6221
commit d4e858756a

View File

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