GitHub Actions not using correct Node.js version despite setup in .yml file
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-17
github-actions nodejs ci-cd
I'm experiencing an issue where my GitHub Actions workflow is not using the specified Node.js version from my `.yml` setup. I have the following configuration i...