Skip to content

Commit 61dfa97

Browse files
authored
Merge pull request #177 from aditosoftware/ignore-scripts
ci: adding --ignore-scripts to npm ci
2 parents f9ca5f8 + 30f91f3 commit 61dfa97

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
@@ -49,7 +49,7 @@ jobs:
4949
node_modules-${{ matrix.os }}-node-${{ matrix.node-version }}
5050
5151
- name: Run clean install
52-
run: npm ci
52+
run: npm ci --ignore-scripts
5353

5454
- name: Run tests on Linux
5555
run: xvfb-run -a npm test

0 commit comments

Comments
 (0)