db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

is this support node 16 or node 14? #774

Closed ckyko closed 2 years ago

ckyko commented 2 years ago

I'm submitting a...

Current behavior

it works for node 12. but not working on node 16 or node 14. there is no error. But the migration is not success

Expected behavior

I would like to use node 16 with this package

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


db-migrate version: "^0.11.13"
db-migrate-pg version: "^0.1.15"
db-migrate driver with versions: postgres (PostgreSQL) 11.15

Additional information:
- Node version: v16.14.0  
- NPM version: 8.3.1
- Platform:  Mac

Others:
Operating system version: macOS Monterey Version 12.3

ckyko commented 2 years ago

found out that I need to upgrade the db-migrate-pg version to 1.2.2