Skip to content

Commit 523ab2f

Browse files
Adding ignore-scripts
1 parent fde19fb commit 523ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22-
npm install
22+
npm ci --ignore-scripts
2323
npm run build --if-present
2424
npm test
2525
env:

0 commit comments

Comments
 (0)