command icon indicating copy to clipboard operation
command copied to clipboard

Version 1.8.4 is a breaking change - node engine changed from >=8 to >=12

Open asimen1 opened this issue 4 years ago • 1 comments

@peternhale node engine change: https://github.com/oclif/command/commit/2eb900247cd026a5fc240bf0855f420ed48c775f#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L37

This should be a major version because it breaks existing systems using older node versions, e.g. our CI/CD failed when installing packages because the node version in the image used there is node v10.

asimen1 avatar Nov 24 '21 09:11 asimen1

Agree with @asimen1

This is a breaking change of which we found out on CI. These kinds of changes must be always released in a minor update.

vasilev-alex avatar Dec 14 '21 07:12 vasilev-alex