We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6370c40 commit 948edbcCopy full SHA for 948edbc
1 file changed
.github/workflows/main.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: Install Dependencies
21
- run: npm ci
+ run: npm ci --ignore-scripts
22
- name: Run Test Cases
23
run: npm run test
24
0 commit comments