Skip to content

Commit

Permalink
Update version and supported node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Simmons committed Jan 21, 2021
1 parent 311e99b commit e4fa1e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.9.5
v14.15.4
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- "6.9.5"
- "7.9.0"
- "10.23.1"
- "12.20.1"
- "14.15.4"
- "15.6.0"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "koa-better-http-proxy",
"version": "0.2.5",
"version": "0.2.6",
"description": "http proxy middleware for koa",
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"engineStrict": true,
"main": "index.js",
Expand Down

0 comments on commit e4fa1e0

Please sign in to comment.