Skip to content
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

Node.js 12 actions are deprecated #97

Closed
desistefanova opened this issue Oct 13, 2022 · 2 comments · Fixed by #98
Closed

Node.js 12 actions are deprecated #97

desistefanova opened this issue Oct 13, 2022 · 2 comments · Fixed by #98

Comments

@desistefanova
Copy link

We are getting an error in our CI that is using 'Auto Assign Action'.

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: kentaro-m/auto-assign-action

Could you please update action.yml to use Node 16?

runs: using: 'node16'

@kentaro-m
Copy link
Owner

Hi, @desistefanova!
Thanks for your report.
I merged PR #98 to support Node.js 16.

@desistefanova
Copy link
Author

Hi @kentaro-m
Thanks a lot! It works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants