fix: remove pnpm cache option (no lock file)

This commit is contained in:
Lilith 2025-12-31 00:56:53 -08:00
parent 913ea1b0b0
commit 7ec0bdfa8e

View file

@ -25,7 +25,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- name: Configure npm for Forgejo registry
run: |