Skip to content

Commit ae351ec

Browse files
committed
Try installing ci ignoring scripts
1 parent f1c233a commit ae351ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: go mod download
3939

4040
- name: Install npm dependencies
41-
run: npm install
41+
run: npm install --ignore-scripts
4242

4343
- name: Run tests
4444
run: go test -v ./...

0 commit comments

Comments
 (0)