Skip to content

tools: use lts node in notify-on-push workflow#63084

Open
nsinfoPRO wants to merge 2 commits intonodejs:mainfrom
nsinfoPRO:fix/notify-on-push-workflow-set-node-lts
Open

tools: use lts node in notify-on-push workflow#63084
nsinfoPRO wants to merge 2 commits intonodejs:mainfrom
nsinfoPRO:fix/notify-on-push-workflow-set-node-lts

Conversation

@nsinfoPRO
Copy link
Copy Markdown

Without pinning Node.js, the runner defaults to Node 20 and npx falls back to core-validate-commit@5.0.1 instead of 6.0.0 (requires Node 22+). Version 5 doesn't recognise the ffi subsystem, causing false invalid-commit alerts.

Fixes: #63070

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label May 2, 2026
Comment thread .github/workflows/notify-on-push.yml
MikeMcC399

This comment was marked as outdated.

Comment thread .github/workflows/notify-on-push.yml Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

meta: notify-on-push workflow uses old core-validate-commit@5.0.1

4 participants