-
Notifications
You must be signed in to change notification settings - Fork 502
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
Fix nodejs version with respecting the runs.using #983
Conversation
Osama |
Please keep this open! I would like to ensure you get contribution credit :) |
Hey @kachick can you please take a look at the |
And updated the lock file with `npm install`
Can you pull in the changes from |
Thanks for letting me know, I have resolved the conflict and |
Thank you very much! |
Thank you for reviewing and merging! |
Description
Now using different nodejs version with action.yml.
Is this an intentional change?
typescript-action/action.yml
Lines 22 to 23 in 4d4f51b
As far as I know, GitHub Action JavaScript runner does not support nodejs 22 engine yet.
ref: #923, #940
What I did
Revert following commits
Prevent similar troubles with following changes