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 a783321 commit 89c849bCopy full SHA for 89c849b
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -19,7 +19,9 @@ 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 --ignore-scripts
+ - run: npm install --production --engine-strict --ignore-scripts --no-package-lock
23
+ # Clean up the production install, before installing dev/production:
24
+ - run: rm -rf node_modules
25
- run: npm install
26
- run: npm test
27
- name: coverage
0 commit comments