kentaro-m / auto-assign-action

An action which adds reviewers to the pull request when the pull request is opened.
MIT License
308 stars 90 forks source link

Node.js 12 actions are deprecated #97

Closed desistefanova closed 2 years ago

desistefanova commented 2 years ago

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 commented 2 years ago

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

desistefanova commented 2 years ago

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