Azure / platform-chaos

A node sdk for building services capable of injecting chaos into PaaS offerings. ⚙️ 🌩
MIT License
18 stars 7 forks source link

fix #24 - document min node version 📝 #32

Open bengreenier opened 6 years ago

bengreenier commented 6 years ago

Description

This PR documents minimum required version of node, and also runs our tests targeting that version, the lts version, and the latest version.

Checklist for success

Ethan-Arrowood commented 6 years ago

You could also add the min node version to the package.json under 'engine'

See more here: https://docs.npmjs.com/files/package.json#engines

LGTM otherwise