tools: use LTS Node.js in notify-on-push workflow · nodejs/node@5b49178 · GitHub
Skip to content

Commit 5b49178

Browse files
nsinfoPROaduh95
authored andcommitted
tools: use LTS Node.js in notify-on-push workflow
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 does not recognise the ffi subsystem, causing false invalid-commit alerts. Signed-off-by: Nenad Spasenic <40522817+nsinfoPRO@users.noreply.github.com> PR-URL: #63084 Fixes: #63070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent add94f4 commit 5b49178

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/notify-on-push.yml

Lines changed: 7 additions & 0 deletions

0 commit comments

Comments
 (0)