Skip to content

Commit d726b22

Browse files
committed
chore(deps): upgrade integration test dependencies to reduce deprecations
1 parent d2315bb commit d726b22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration_test/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "./node_modules/.bin/tsc"
66
},
77
"dependencies": {
8-
"@google-cloud/pubsub": "^2.10.0",
8+
"@google-cloud/pubsub": "^4.8.0",
99
"firebase-admin": "__FIREBASE_ADMIN__",
1010
"firebase-functions": "__SDK_TARBALL__"
1111
},

integration_test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ build_sdk
9393
delete_all_functions
9494

9595
for version in 22 24; do
96-
create_package_json $TIMESTAMP $version "^10.0.0"
96+
create_package_json "$TIMESTAMP" "$version" "^12.0.0"
9797
install_deps
9898
announce "Re-deploying the same functions to Node $version runtime ..."
9999
deploy

0 commit comments

Comments
 (0)