Skip to content

Commit 3a44d89

Browse files
committed
add node 15 to GitHub Actions
1 parent 76f70a8 commit 3a44d89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [10.x, 12.x, 14.x, 15.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

tests/integration/JobsResourceTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('JobsResource', () => {
101101
__dirname + '/../integration/files/input.png'
102102
);
103103

104-
await this.cloudConvert.tasks.upload(uploadTask, stream);
104+
this.cloudConvert.tasks.upload(uploadTask, stream);
105105

106106
const event = await new Promise(resolve => {
107107
this.cloudConvert.jobs.subscribeEvent(

0 commit comments

Comments
 (0)