-
Notifications
You must be signed in to change notification settings - Fork 347
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
Specify node version #23
Comments
Hi @prescottprue thanks for trying it out. I have configured and example project here https://github.com/bahmutov/cypress-gh-action-example that shows that the original Node version is respected. I think the problem here is that the cache only looks at system platform + package file hash, and does not take into account Node version which causes native extension from Node 10 for example be installed when running on Node 12. I think the best scenario would be to allow user to specify hash key as a parameter, let me see if this could work. |
🎉 This issue has been resolved in version 1.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This worked out great, awesome work |
This worked for me #489 |
Even when using the node setup action before this action, node 12.13 is still being used:
The error that includes node version:
Is there a way to set node version that I am missing? If not, it would awesome if this was an input
The text was updated successfully, but these errors were encountered: