When setting up shipjs, the user is prompted with choosing if they want to create a Github Action workflow. The template used references actions that default to Node.js 12, which is EOL and has more chance to be incompatible with some of the user's projects dependencies.
This PR updates those action to their latest version, which now default to Node.js 16.
When setting up shipjs, the user is prompted with choosing if they want to create a Github Action workflow. The template used references actions that default to Node.js 12, which is EOL and has more chance to be incompatible with some of the user's projects dependencies.
This PR updates those action to their latest version, which now default to Node.js 16.