unity-builder icon indicating copy to clipboard operation
unity-builder copied to clipboard

Use node16 for GitHub Actions, instead of deprecated node12

Open ChristianTellefsen opened this issue 3 years ago • 0 comments

Context

GitHub Actions log warnings about using deprecated node 12. This is the message:

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: game-ci/unity-builder

Suggested solution

Update the actions to use node 16.

Additional details

Screenshot 2022-10-12 093945

ChristianTellefsen avatar Oct 12 '22 07:10 ChristianTellefsen