replace-tokens icon indicating copy to clipboard operation
replace-tokens copied to clipboard

Error: The runs.using key in action.yml must be one of: [composite docker node12], got node16

Open santosdev802288 opened this issue 3 years ago • 1 comments

Hello, thanks for maintaining the plugin, the commit 52af91e, where you change the node version from 12 to 16 is generating me the following error:

 Error: The runs.using key in action.yml must be one of: [composite docker node12], got node16

que debo hacer para poder usar node16? Thank u

santosdev802288 avatar Nov 01 '22 20:11 santosdev802288

Are you using a self-hosted or hosted runner? node16 should be supported in the current versions of the runner: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

cschleiden avatar Nov 02 '22 15:11 cschleiden