We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36d2f1 commit 4a02d97Copy full SHA for 4a02d97
2 files changed
synthtool/gcp/templates/node_library/.github/auto-approve.yml
@@ -1,3 +1,4 @@
1
processes:
2
- "NodeDependency"
3
- - "OwlBotTemplateChanges"
+ - "OwlBotTemplateChangesNode"
4
+ - "OwlBotPRsNode"
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
- 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
+ - run: npm install --engine-strict
26
- run: npm test
27
env:
28
MOCHA_THROW_DEPRECATION: false
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/setup-node@v3
34
with:
35
node-version: 14
36
37
38
39
0 commit comments