build: add --ignore-scripts to npm install commands (#4655)

This commit is contained in:
David Lane 2026-02-03 08:17:35 -05:00 committed by GitHub
commit b6757c5ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v6
- name: Install npm dependencies
run: npm install
run: npm install --ignore-scripts
- name: Build
env:

View file

@ -50,7 +50,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install npm dependencies
run: npm install --package-lock-only
run: npm install --ignore-scripts --package-lock-only
- name: Debug package-lock.json
run: cat package-lock.json