The 'nodejs:12' kind is no longer supported. You » may read, delete, and invoke but not create or update actions with this kind. Please update to a supported kind.
Resolution
Update the menifest file with the correct node version.
The 'nodejs:12' kind is no longer supported. You » may read, delete, and invoke but not create or update actions with this kind. Please update to a supported kind.
Resolution
Update the menifest file with the correct node version.
If someone trying to generate gpg keys and getting below error, then, user may need to try using the Unix or Git CLI. This error usually came when user try executing gpg commands on windows terminal and command prompt.
PS C:\Users\jorvee> gpg --generate-key gpg : The term 'gpg' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + gpg --generate-key + ~~~ + CategoryInfo : ObjectNotFound: (gpg:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException