Skip to content

Commit 83401e8

Browse files
Added ignore-scripts
1 parent 1802139 commit 83401e8

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
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- name: npm install, build, and test
2525
run: |
26-
npm ci
26+
npm ci --ignore-scripts
2727
npm run build --if-present
2828
npm test
2929
env:

0 commit comments

Comments
 (0)