-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update required node and npm version (#273)
- Loading branch information
1 parent
dd95a83
commit 493fbad
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
493fbad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not fix it is a BREAKING CHANGE for the consumers.
493fbad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the alternative would have been to pin the
got
version in order to resole #273. At this current stage, using semantic-release with node 10.18 was not functional, and it was out of our control, hence the fix493fbad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ОК, but make it as breaking change since it is breaking code that has nothing to do with got. Now it looks like - "to get rid of old nodes, since we are writing new ones"