ci: Use consistent Node.js LTS version in CI Build install workflow#99
Conversation
|
Hi @MikeMcC399!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page. Read more about contributing to ESLint here |
9ad8296 to
52e3a6e
Compare
|
Hi @MikeMcC399!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page. Read more about contributing to ESLint here |
|
Wrong case for commit message is fixed! |
|
Jobs in https://github.com/eslint/css/actions/runs/14038202522 are successful |

Prerequisites checklist
What is the purpose of this pull request?
Jobs in the workflow .github/workflows/ci-build-all-pm.yml are using inconsistent versions of Node.js and do not align to the usage of Node.js LTS in the main CI workflow workflow.
The workflow is changed to used Node.js LTS consistently.
What changes did you make? (Give an overview)
Add actions/setup-node@v4 to each job in .github/workflows/ci-build-all-pm.yml where it is missing and set all jobs to use the Node.js Active LTS version.
Related Issues
Is there anything you'd like reviewers to focus on?
Check that https://github.com/eslint/css/actions/workflows/ci-build-all-pm.yml completes successfully