-
Notifications
You must be signed in to change notification settings - Fork 38
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
Deprecated node12 #18
Comments
I have forked the repo, updated From outside it seem that this is all that needs to be done, but I believe that probably some more work is needed. |
For reason see: thomaseizinger#18
Is there any progress on this? |
A PR needs to be created that makes this change. |
@thomaseizinger A PR was created. |
You should be able to reference the action now using the latest hash from master. If everything works as expected, I am happy to make a release after. |
Hi @thomaseizinger, I have tested the commit, everything works as expected. You can make a release :) |
Sorry for the excessively long wait. This is now released as v2. |
Hello,
I have been a happy user of your Github Action on several projects!
I have noticed some time ago that my workflows started emitting an warning related to the deprecation of the node12:
I am super familiar with javascript and typescript, but I could take a look at the issue.
Could you give me some hints where should I start looking?
I can see that
action.yaml
specifies node12, but there are also packages in thepacakge.json
file that probably need to be updated.The text was updated successfully, but these errors were encountered: