Skip to content

Commit 37d70ed

Browse files
chore: [node] add auto-approve templates, and install dependencies with engines-strict (#2056)
chore: add auto-approve templates, and install dependencies with engines-strict Source-Link: https://togithub.com/googleapis/synthtool/commit/4a02d97333d1c1642d1b19b00645afdcf4ab36a4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8
1 parent 487efc0 commit 37d70ed

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:bfe4592953269bfa8d135200ca1b17809f106a337a885d7ecc12cd2a9998e98a
17-
# created: 2023-11-15T20:00:24.246072277Z
16+
digest: sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8
17+
# created: 2024-05-31T15:46:42.989947733Z

.github/auto-approve.yml

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"

.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"jsdoc": "^4.0.0",
106106
"jsdoc-fresh": "^3.0.0",
107107
"jsdoc-region-tag": "^3.0.0",
108-
"linkinator": "^4.0.0",
108+
"linkinator": "^3.0.0",
109109
"lodash.random": "^3.2.0",
110110
"mocha": "^9.2.2",
111111
"mv": "^2.1.1",

0 commit comments

Comments
 (0)