Skip to content

Commit

Permalink
Merge 2c60479 into 5ddfe3d
Browse files Browse the repository at this point in the history
  • Loading branch information
okv committed Apr 9, 2020
2 parents 5ddfe3d + 2c60479 commit f2af6cc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ node_js:
- "12"
- "10"
- "8"
- "6"
- "4"

script:
- >
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[migration progress indicator helper](https://github.com/okv/east-migration-progress-indicator-helper)
instead
- Callback migrator interface support
- Nodejs 4, 6 support, node.js >= 8 is required

## [1.3.0][] - 2019-12-10

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ Following subjects described below:

## Node.js compatibility

east itself requires node.js >= 4 to work.
east itself requires node.js >= 8 to work.

Please note that particular adapter may have another requirements (see
documentation for specific adapter).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,6 +61,6 @@
"tap": "12.7.0"
},
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
}
}

0 comments on commit f2af6cc

Please sign in to comment.