Skip to content

Commit 5c011a6

Browse files
Merge pull request nestjs#1561 from kibertoad/chore/uptodate-node-versions
ci(node): fix compatibility with Node 11 and execute tests on it in CI
2 parents 414925e + 98b8159 commit 5c011a6

3 files changed

Lines changed: 104 additions & 135 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
33
- "8"
4-
- "9"
54
- "10"
5+
- "11"
66
cache:
77
directories:
88
- "node_modules"

0 commit comments

Comments
 (0)