shimataro / ssh-key-action

GitHub Action that installs SSH key to .ssh
https://github.com/marketplace/actions/install-ssh-key
MIT License
581 stars 87 forks source link

Update nodejs version to 16 #208

Closed duddu closed 2 years ago

duddu commented 2 years ago

This PR updates the nodejs matrix version to 16. As recommended by GitHub with the following warning:

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: shimataro/ssh-key-action

Solves #207

davereid-pfg commented 2 years ago

https://github.com/shimataro/ssh-key-action/blob/develop/action.yml#L29 needs to be updated as well, this is not the only change needed.

duddu commented 2 years ago

thanks @davereid-pfg, updated.

@shimataro when you got time to have a glance, ping if there's anything missing/in need for update, ta!

shimataro commented 2 years ago

Very sorry for late response, and thank you for your request!

Since CI fails to read secret environment variables, I merge it into my branch. After checking, it will be merged into develop!