Restore missing resolved and integrity of some dependencies and add check of lockfile integrity (#5336)

Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
ljxfstorm
2025-08-30 00:43:56 +08:00
committed by GitHub
parent 6868cbe7b7
commit f80f7b445c
4 changed files with 91 additions and 0 deletions

View File

@@ -94,6 +94,10 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- name: 'Run lockfile check'
run: |-
npm run check:lockfile
- name: 'Install dependencies'
run: |-
npm ci