fix: resolve new deps

This commit is contained in:
DarkSky
2023-02-14 00:07:37 +08:00
parent db68fe8f46
commit 3792b05741

View File

@@ -168,7 +168,7 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}