Skip to content

Commit 11b4640

Browse files
update tsc node version
1 parent c1e348c commit 11b4640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v2
7777
- uses: actions/setup-node@v2
7878
with:
79-
node-version: 12.x
79+
node-version: 14.x
8080
- name: Create the npm cache directory
8181
run: mkdir npm-cache && npm config set cache ./npm-cache --global
8282
- name: Cache node modules

spec/end-to-end/express-encryption.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Express test workbook.xlsx.write encryption', () => {
3030
});
3131

3232
it('downloads a workbook, workbook.xlsx.write encryption successful', async function() {
33-
this.timeout(5000);
33+
this.timeout(50000);
3434
const res = got.stream('http://127.0.0.1:3003/workbook', {
3535
decompress: false,
3636
});

0 commit comments

Comments
 (0)