Closed
Description
Hi,
This is question on changing the node version without modifying the workflow.
Can we store version# in repo variable and access it in the workflow like below? If not is there a way to pass node version to the workflow dynamically? Because it is tedious to update all the workflows in all branches whenever the version changes.
name: Setup Node
uses: actions/setup-node@${{ vars.NODEVERSION }}
Please suggest.