fix(ci): do not use pnpm during node js setup

This commit is contained in:
kolaente
2025-04-05 16:57:44 +02:00
parent e9f47c4944
commit 398cc30289

View File

@@ -32,8 +32,6 @@ jobs:
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
with:
node-version-file: frontend/.nvmrc
cache: 'pnpm'
cache-dependency-path: frontend/pnpm-lock.yaml
- name: Ensure file permissions
run: |
find pkg/i18n/lang frontend/src/i18n/lang -type f -name "*.json" -exec sudo chmod 666 {} \;