Skip to content

Commit

Permalink
Update README to include Node.js version support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriaan committed Mar 1, 2021
1 parent 3645d9a commit 5043d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
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 5043d7f

Please sign in to comment.