Skip to content

Commit ba5a859

Browse files
feat!: drop node8 support, support for async iterators (#388)
BREAKING CHANGE: The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM. New feature: methods with pagination now support async iteration.
1 parent 33071ea commit ba5a859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-tasks/test/test.samples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Cloud Task Sample Tests', () => {
3232
before(async () => {
3333
const client = new CloudTasksClient();
3434
projectId = await client.getProjectId();
35-
url = `https://example.com/taskhandler`;
35+
url = 'https://example.com/taskhandler';
3636
});
3737

3838
it('should create a queue', () => {

0 commit comments

Comments
 (0)