Updated GitHub Action node version to 16 since 12 is now deprecated.
Updated NPM dependencies in order to fix set-ouput deprecation from GitHub Actions.
Motivation and Context
In early 2023, it might break people's workflow since GitHub Actions deprecated features are scheduled to be removed.
How Has This Been Tested?
Changes were made a couple of weeks ago on my fork and works fine within my organization.
Screenshots (if appropriate)
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[x] I have added tests to cover my changes if appropriate.
Description
Updated GitHub Action node version to 16 since 12 is now deprecated. Updated NPM dependencies in order to fix
set-ouput
deprecation from GitHub Actions.Motivation and Context
In early 2023, it might break people's workflow since GitHub Actions deprecated features are scheduled to be removed.
How Has This Been Tested?
Changes were made a couple of weeks ago on my fork and works fine within my organization.
Screenshots (if appropriate)
Types of changes
Checklist