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

Commit cae3ea5

Browse files
committed
fix: narrow down node version in engine
1 parent 21a653f commit cae3ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
20+
"node": ">=8.0.0 <14"
2121
},
2222
"dependencies": {
2323
"@koa/cors": "3.0.0",

0 commit comments

Comments
 (0)