-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build!: update library to use Node 12 #1564
Conversation
Warning: This pull request is touching the following templated files:
|
I talked it over with @sofisl , I think we're going to hold this back just a bit until I can figure out the timing with the Pub/Sub team. |
This is cleared for when CI passes :) |
test/subscription.ts
Outdated
assert.strictEqual(err, fakeErr); | ||
done(); | ||
}); | ||
subscription?.close!(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for whatever reason, the ?.
here is failing, so the test never concludes. I'm unsure why it would be undefined here and not before, but it's probably a more discoverable test failure if it has an undefined object exception anyhow (i.e. I'd just switch subscription
back to subscription!
for the Partial).
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.19.4...v3.0.0) (2022-05-26) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#1564) ### Features * add BigQuery configuration for subscriptions ([#1563](#1563)) ([29d38a1](29d38a1)) ### Bug Fixes * **deps:** update dependency google-gax to v2.30.4 ([#1555](#1555)) ([518fce1](518fce1)) * fixes for dynamic routing and streaming descriptors ([#1566](#1566)) ([158c606](158c606)) ### Build System * update library to use Node 12 ([#1564](#1564)) ([adb4319](adb4319)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This reverts commit adb4319.
Migrate library to Node 12