Commit 8a22874
committed
ci: use lockfile-pinned commitlint instead of floating runtime install
The runtime 'yarn add commitlint@20.5.3' pulled @commitlint/cli v21,
which requires Node >=22.12.0 while the job runs Node 20.x, breaking
the commitlint check on every branch. Use the @commitlint/cli ^19.5.0
already installed via --frozen-lockfile instead.1 parent 5e6aed8 commit 8a22874
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
0 commit comments