db-migrate / pg

A postgresql driver for db-migrate.
Other
67 stars 51 forks source link

broken version 1.2.3 #73

Closed hlastraspfx closed 1 year ago

hlastraspfx commented 1 year ago
  } else if (config.ssl?.sslmode) {
                        ^

SyntaxError: Unexpected token '.'
wzrdtales commented 1 year ago

please update your node version. see https://node.green/ optional chaining is available from node 14.

wzrdtales commented 1 year ago

republished 1.2.4 and published this change under 1.3.0 to be more concise. however its not a breaking change, since your node version is clearly out of lts.