Skip to content

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

Open
nsinfoPRO wants to merge 1 commit 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 1 commit 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 on lines +10 to +12
env:
NODE_VERSION: lts/*

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wouldn't be correct, as this environment variable would be provided by the parent repo.

I suggest that you leave a PR to a member of the organization who has write access to the repo. That is the reason that I did not submit a PR.

Copy link
Copy Markdown
Contributor

@MikeMcC399 MikeMcC399 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I wrote in #63070 I didn't submit a PR myself because I don't have write access to the repo.

You also don't have write access, and you have never committed to the repo previously.

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

3 participants