Skip to content

Commit c4f7ee0

Browse files
ci: add --ignore-scripts to npm install commands (#65)
1 parent ee56c8e commit c4f7ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: lts/*
4040

4141
- name: Install dependencies
42-
run: npm install
42+
run: npm install --ignore-scripts
4343

4444
- name: Setup env
4545
env:

0 commit comments

Comments
 (0)