You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
There was an issue where GitHub Action kept failing because of incompatible npm version.
I thought the issue came from old nodejs version, but turned out that issue was on old npm version.
Since I haven't understood how deep you know this issue, I cannot be sure whether my comment is sufficient to you.
6dfbc2d
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.
why was this necessary?
6dfbc2d
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.
See #598
There was an issue where GitHub Action kept failing because of incompatible
npm
version.I thought the issue came from old nodejs version, but turned out that issue was on old npm version.
Since I haven't understood how deep you know this issue, I cannot be sure whether my comment is sufficient to you.