Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eventarc/audit-storage/ci-setup.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env" : {
"SERVICE_NAME" : "eventarc-audit-storage",
"CONTAINER_IMAGE" : "gcr.io/${PROJECT_ID}/run-${SERVICE_NAME}-${RUN_ID}"
"CONTAINER_IMAGE" : "gcr.io/long-door-651/run-${SERVICE_NAME}-${RUN_ID}"
}
}
6 changes: 3 additions & 3 deletions eventarc/audit-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": ">= 12.0.0"
"node": ">=20.0.0"
},
"scripts": {
"start": "node index.js",
Expand All @@ -21,10 +21,10 @@
"test": "npm -- run all-test"
},
"dependencies": {
"express": "^4.16.4"
"express": "^5.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"c8": "^12.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions eventarc/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"system-test": "test/runner.sh mocha test/system.test.js --timeout=10000"
},
"dependencies": {
"express": "^4.16.4"
"express": "^5.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"c8": "^12.0.0",
Comment thread
angelcaamal marked this conversation as resolved.
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions eventarc/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": ">= 12.0.0"
"node": ">=20.0.0"
},
"scripts": {
"start": "node index.js",
Expand All @@ -22,10 +22,10 @@
},
"dependencies": {
"@google/events": "^5.0.0",
"express": "^4.16.4"
"express": "^5.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"c8": "^12.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
Expand Down
Loading