fix(ci): do not use pnpm during node js setup
This commit is contained in:
parent
e9f47c4944
commit
398cc30289
|
|
@ -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 {} \;
|
||||
|
|
|
|||
Loading…
Reference in New Issue