fix: update pnpm install command to use --unsafe-perm

This commit is contained in:
2025-05-16 01:29:34 +08:00
parent af0ae79f66
commit 4a7bcf6cdc

View File

@@ -56,7 +56,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nuxt-build-
- name: Install dependencies
run: pnpm install
run: pnpm install --unsafe-perm
- name: Static HTML export with Nuxt
run: pnpm generate
- name: Upload artifact