chore(ci): use npm/yarn lock files where possible (#32527)

This commit is contained in:
Ville Brofeldt
2025-03-06 06:47:48 -08:00
committed by GitHub
parent 281d1a8ec4
commit 82595df6f9
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ jobs:
node-version-file: './superset-frontend/.nvmrc'
- name: Install Dependencies
run: npm install
run: npm ci
working-directory: ./superset-frontend
- name: Run Script