Skip to content

Commit

Permalink
Merge pull request #26 from olalonde/drop-node-5
Browse files Browse the repository at this point in the history
Update Node.js version to include LTS versions from v6
  • Loading branch information
Adriaan committed Mar 1, 2021
2 parents 84d253f + 5043d7f commit a28c1a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: node_js
node_js:
- "5"
- "6"
- "8"
- "10"
- "12"
- "14"
- "lts/*"
- "node"
services:
- postgresql
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ pgtools.createdb(config, 'test-db', function (err, res) {
* `createdbjs`: which emulates pgtools' `createdb` functionality.
* `dropdbjs`: which emulates pgtools' `dropdb` functionality.

## Node.js support

We support all LTS versions from 6 and up. We try to keep up with the latest Node.js version.

## Releasing

Rather than manually running `npm version <patch|minor|major>`, instead run:
Expand Down

0 comments on commit a28c1a0

Please sign in to comment.