Skip to content

Commit

Permalink
chore: [node] add auto-approve templates, and install dependencies wi…
Browse files Browse the repository at this point in the history
…th engines-strict (#1970)

chore: add auto-approve templates, and install dependencies with engines-strict
  • Loading branch information
sofisl committed May 31, 2024
1 parent e36d2f1 commit 4a02d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
processes:
- "NodeDependency"
- "OwlBotTemplateChanges"
- "OwlBotTemplateChangesNode"
- "OwlBotPRsNode"
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm install --production --engine-strict --ignore-scripts --no-package-lock
# Clean up the production install, before installing dev/production:
- run: rm -rf node_modules
- run: npm install
- run: npm install --engine-strict
- run: npm test
env:
MOCHA_THROW_DEPRECATION: false
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- run: npm install --engine-strict
- run: npm test
env:
MOCHA_THROW_DEPRECATION: false
Expand Down

0 comments on commit 4a02d97

Please sign in to comment.