Commit 09e4f4c
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 8b91526 commit 09e4f4cCopy full SHA for 09e4f4c
1 file changed
+7Lines changed: 7 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/notify-on-push.yml
Copy file name to clipboardExpand all lines: .github/workflows/notify-on-push.yml+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
10 | 13 | |
11 | 14 | |
12 | 15 | |
| ||
33 | 36 | |
34 | 37 | |
35 | 38 | |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
36 | 43 | |
37 | 44 | |
38 | 45 | |
|
0 commit comments