dwyl/aws-sdk-mock

Remove old versions of Node.js from .travis.yml + Update Deps

nelsonic opened this issue · 1 comments

We have a couple of ancient versions of node.js in the .travis.yml file:

node_js:
- "node"
- "8"
- "10"
- "12"
- "14"

Also, we have "node" which is just the "current" version, i.e. not very explicit.
It caused a break in a recent PR build: #236 (comment)

Going to remove the older versions and the non-specific one.

At the time of writing v12 and v14 are the supported LTS versions of Node: https://nodejs.org/en/about/releases
image

So I'm removing the others as they are no longer supported. ✂️