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 f1c233a commit ae351ecCopy full SHA for ae351ec
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: go mod download
39
40
- name: Install npm dependencies
41
- run: npm install
+ run: npm install --ignore-scripts
42
43
- name: Run tests
44
run: go test -v ./...
0 commit comments