We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15c0c0 commit fdd03c1Copy full SHA for fdd03c1
2 files changed
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: ${{ '{{' }} matrix.node {{ '}}' }}
18
- run: node --version
19
- - run: npm install
+ - run: npm install --engine-strict
20
- run: npm test
21
- name: coverage
22
uses: codecov/codecov-action@v1
synthtool/gcp/templates/node_library/.mocharc.js
@@ -14,7 +14,8 @@
14
const config = {
15
"enable-source-maps": true,
"throw-deprecation": true,
- "timeout": 10000
+ "timeout": 10000,
+ "recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
0 commit comments