ci: cache npm downloads in frontend-heavy workflows (#40744)

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-06-04 13:34:35 -07:00
committed by GitHub
parent 7406098708
commit 79c74af2e9
3 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: 'superset-frontend/package-lock.json'
- name: Install Frontend Dependencies
run: |