Skip to content

Drop Node 4 & 6 support from CLI #4200

@bahmutov

Description

@bahmutov

When one does npm install cypress one downloads NPM package built in "cli" folder. All production dependencies in "cli/package.json" currently support Node 4+ thus you can install Cypress even if you are rocking Node 4

But I am trying to verify downloaded binary zip file by using hasha in #4193 Hasha has dropped Node 4, 6 support so if we include it in the CLI production dependencies, our cypress npm package will no longer support Node 4 or 6 either.

In fact, it is hard for me to say if all our current production dependencies really run on Node 4 since many packages do not declare engines

Proposal

(even Node 6 has reached end-of-life as of April 2019)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions