Skip to content

Commit 4a02d97

Browse files
authored
chore: [node] add auto-approve templates, and install dependencies with engines-strict (#1970)
chore: add auto-approve templates, and install dependencies with engines-strict
1 parent e36d2f1 commit 4a02d97

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
processes:
22
- "NodeDependency"
3-
- "OwlBotTemplateChanges"
3+
- "OwlBotTemplateChangesNode"
4+
- "OwlBotPRsNode"

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: npm install --production --engine-strict --ignore-scripts --no-package-lock
2323
# Clean up the production install, before installing dev/production:
2424
- run: rm -rf node_modules
25-
- run: npm install
25+
- run: npm install --engine-strict
2626
- run: npm test
2727
env:
2828
MOCHA_THROW_DEPRECATION: false
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 14
36-
- run: npm install
36+
- run: npm install --engine-strict
3737
- run: npm test
3838
env:
3939
MOCHA_THROW_DEPRECATION: false

0 commit comments

Comments
 (0)