ci: check npm lockfile version (#16916)

This commit is contained in:
Ville Brofeldt
2021-09-30 10:43:38 +02:00
committed by GitHub
parent 331de0c4ae
commit 77e7d162d2
3 changed files with 44460 additions and 214 deletions

View File

@@ -18,6 +18,8 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Check npm lock file version
run: ./scripts/ci_check_npm_lock_version.sh ./superset-frontend/package-lock.json
- name: Check if frontend changes are present
id: check
env: