Skip to content

Remove Unsupported Versions of Node.js from .travis.yml #338

Closed
@nelsonic

Description

@nelsonic

At present we have four versions of Node.js in our .travis.yml file and each one is tested by Travis CI on each commit:

language: node_js
node_js:
- "8"
- "10"
- "11"
- "node"

Given that both Node version 8 and 11 are no longer supported/maintained, I feel we should remove them.
see: https://nodejs.org/en/about/releases
image

Does anyone have any objection to the removal of these older versions of Node from .travis.yml?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions