We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1085e9c commit a783321Copy full SHA for a783321
1 file changed
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
# The first installation step ensures that all of our production
20
# dependencies work on the given Node.js version, this helps us find
21
# dependencies that don't match our engines field:
22
- - run: npm install --production --engine-strict
+ - run: npm install --production --engine-strict --ignore-scripts
23
- run: npm install
24
- run: npm test
25
- name: coverage
0 commit comments