fix: pnpm lock

This commit is contained in:
DarkSky
2022-12-27 14:55:21 +08:00
parent 5a1926b1fc
commit ff913427cf
+1 -1
View File
@@ -49,7 +49,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 }}