From 7eaaffde896fd73d3f8cdb0d6466d3cc57396850 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Fri, 5 Jun 2026 13:22:20 -0700 Subject: [PATCH] ci: cache npm downloads in the translations workflow (#40779) Co-authored-by: Claude Code --- .github/workflows/superset-translations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/superset-translations.yml b/.github/workflows/superset-translations.yml index 784ef1457b5..6468be57d0b 100644 --- a/.github/workflows/superset-translations.yml +++ b/.github/workflows/superset-translations.yml @@ -41,6 +41,8 @@ jobs: uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: './superset-frontend/.nvmrc' + cache: 'npm' + cache-dependency-path: 'superset-frontend/package-lock.json' - name: Install dependencies if: steps.check.outputs.frontend uses: ./.github/actions/cached-dependencies