Currently, when generating GitHub Actions workflows using projen-pipelines, the workflowNodeVersion is not being taken into consideration. This means that the workflows may not be using the specified Node.js version defined in the project configuration.
We need to update the code generation logic in projen-pipelines to honor the workflowNodeVersion specified in the project configuration. This will ensure that the generated workflows are using the correct Node.js version as intended by the project.
Currently, when generating GitHub Actions workflows using projen-pipelines, the workflowNodeVersion is not being taken into consideration. This means that the workflows may not be using the specified Node.js version defined in the project configuration.
We need to update the code generation logic in projen-pipelines to honor the workflowNodeVersion specified in the project configuration. This will ensure that the generated workflows are using the correct Node.js version as intended by the project.