Skip to content

fix: add Node.js 24.x setup to Dependabot validate workflow#9

Merged
roleme merged 1 commit into
mainfrom
fix/node-24-dependabot-validate
Jun 25, 2026
Merged

fix: add Node.js 24.x setup to Dependabot validate workflow#9
roleme merged 1 commit into
mainfrom
fix/node-24-dependabot-validate

Conversation

@roleme

@roleme roleme commented Jun 25, 2026

Copy link
Copy Markdown
Owner

The ubuntu-latest runner currently defaults to Node.js 22.x, but some projects (like training_tracker) require Node.js 24.x as specified in their package.json engines field.

This change adds an explicit actions/setup-node@v4 step with node-version: '24' to the validate job, ensuring Dependabot PR validation runs with the correct Node version.

Fixes: https://github.com/roleme/training_tracker/pull/355 (Dependabot validate failing due to Node version mismatch)

The ubuntu-latest runner currently defaults to Node.js 22.x, but some
projects require Node.js 24.x. This adds an explicit Node.js setup step
to ensure the validate job runs with the correct Node version.
@roleme roleme merged commit c56440a into main Jun 25, 2026
1 check failed
@roleme roleme deleted the fix/node-24-dependabot-validate branch June 25, 2026 13:21
@roleme roleme mentioned this pull request Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant