Skip to content

Commit

Permalink
Merge branch 'owl-bot-update-lock-54d3915b7c06c51f4339072d9ae9ddec43f…
Browse files Browse the repository at this point in the history
…e3197d5dd45122ca6ab7a02168765' of github.com:googleapis/gcp-metadata into owl-bot-update-lock-54d3915b7c06c51f4339072d9ae9ddec43fe3197d5dd45122ca6ab7a02168765
  • Loading branch information
sofisl committed Dec 11, 2024
2 parents 668cd8e + ed7f645 commit 5e9bd38
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
digest: sha256:54d3915b7c06c51f4339072d9ae9ddec43fe3197d5dd45122ca6ab7a02168765
# created: 2024-10-04T20:16:11.598831243Z
digest: sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584
# created: 2024-11-21T22:39:44.342569463Z
1 change: 1 addition & 0 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enabled: true
multiScmName: gcp-metadata
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22}]
node: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
4 changes: 4 additions & 0 deletions .kokoro/samples-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(sources=templates, excludes=[".github/ISSUE_TEMPLATE/", ".github/scripts/", ".github/workflows/issues-no-repro.yaml"])
s.copy(sources=templates, excludes=[".github/ISSUE_TEMPLATE", ".github/scripts", ".github/workflows/issues-no-repro.yaml", ".kokoro/samples-test.sh"])
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
],
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"json-bigint": "^1.0.0",
"gaxios": "^6.7.1"
},
"devDependencies": {
"@google-cloud/functions": "^3.6.0",
"@types/json-bigint": "^1.0.4",
Expand All @@ -47,14 +51,12 @@
"@types/uuid": "^10.0.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"gaxios": "^6.7.1",
"gcbuild": "^1.3.39",
"gcx": "^2.0.27",
"gcx": "^1.0.0",
"gts": "^6.0.2",
"jsdoc": "^4.0.4",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"json-bigint": "^1.0.0",
"linkinator": "^6.1.2",
"mocha": "^10.8.2",
"ncp": "^2.0.0",
Expand Down

0 comments on commit 5e9bd38

Please sign in to comment.