Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit 208d549

Browse files
committed
chore: test on node v12
1 parent cae3ea5 commit 208d549

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- 9
55
- 10
66
- 11
7+
- 12
78
cache: npm
89
after_success:
910
- npm run coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "James Mortemore ([email protected])",
1818
"license": "MIT",
1919
"engines": {
20-
"node": ">=8.0.0 <14"
20+
"node": ">=8.0.0 <13"
2121
},
2222
"dependencies": {
2323
"@koa/cors": "3.0.0",

0 commit comments

Comments
 (0)