hicommonwealth / edgeware-node-types

Typescript bindings for our node modules.
9 stars 7 forks source link

fix: adjust node version #33

Closed TarikGul closed 3 years ago

TarikGul commented 3 years ago

Currently the syntax for the specified node engine is ^14.0.0, but it needs to be >=14.0.0. The latter will allow for versions above 14 to be used while running @polkadot/apps-config.

The current syntax will not allow a successful download of @polkadot/apps-config from the npm registry or any package that utilizes it if the local node version is above 14.

rel: #601

TarikGul commented 3 years ago

closes: #30

jnaviask commented 3 years ago

Thanks for the PR!