rollup / rollup-starter-lib

Bare-bones example of how to create a library using Rollup
MIT License
961 stars 230 forks source link

Require Node.js 10 #63

Closed antleblanc closed 1 year ago

antleblanc commented 4 years ago

Drop support of Node.js 6 and 8.

Following the Breaking Changes introduced in the Rollup v2.0.0, I'm proposing to update the .travis.yml configuration to be aligned wit the Node.js versions supported.

Breaking Changes:

Source: https://github.com/rollup/rollup/releases/tag/v2.0.0

Regarding how .travis.yml can be configured, I decided to list all supported versions instead of using lts/*.

Sources:

This Pull Request can be merged right after #62.

Signed-off-by: Antoine Leblanc ant.leblanc@gmail.com