hkusu / review-assign-action

GitHub Actions to automatically set assignees and reviewers on pull requests.
MIT License
34 stars 7 forks source link

Use Node 20 #32

Closed ykws closed 9 months ago

ykws commented 10 months ago

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Screenshot 2024-02-03 at 9 28 28

The following results checked on my forked repository.

Now

1 warning https://github.com/ykws/review-assign-action/actions/runs/7762853217

Use Node 20

No warning https://github.com/ykws/review-assign-action/actions/runs/7762869419

If needed, upgrade dependencies on packages.

hkusu commented 9 months ago

@ykws Thank you! CI is failing, probably due to a pull request from a forked repository, but it seems like there is no problem.