From 398cc30289dce178ab228cef94117eff12712845 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 5 Apr 2025 16:57:44 +0200 Subject: [PATCH] fix(ci): do not use pnpm during node js setup --- .github/workflows/crowdin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 8fd0e8f87..593d02c30 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -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 {} \;