-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set node-version output #173
Conversation
@MaksimZhukov @dmitry-shibanov is this something you may look into? |
This would be nice!
But now with
|
Apparently the new eslint version doesn't work with the older version of node that we were using. Asking for '@v2' seems to help. It's unclear what version of node we get now though since v2 isn't as verbose in its output.
Can we get some movement on reviewing this PR? This output is needed to make a better cache key (invalidate when minor version increases.) |
ping @0xdeafcafe @dmitry-shibanov, would any of you be able to review/merge this? |
I would love to merge, but I'm not a project owner @LinusU 😅 |
@dmitry-shibanov @MaksimZhukov going by the upvotes this is a sought after feature. |
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.
ping @dmitry-shibanov, any chance of landing this? |
Coming up on 2 years now with no feedback what so ever, please land it, close it, or ask for changes. 🙏 |
Superseded by #534 |
Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.23.0...v7.24.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR adds
node-version
to the action output.closes #150