CityOfZion / neon-js

Javascript libraries that allow the applications to interact with NEO blockchain
https://docs.coz.io/neo3/neon-js/index.html
MIT License
183 stars 165 forks source link

chore(ci): Update default to Node14 #833

Closed snowypowers closed 2 years ago

snowypowers commented 2 years ago

Update the default env to Node14 since v12 is EOL in ~1 month. This does not remove v12 support but merely defaults all our CI env to Node14. Tests will still run on Node12.

Fix #827