Commit 1a22e32
authored
fix(ci): dont let job fail for latest node
Latest node 23 ci check fails because of active development and dependencies would need an update or fix
However, even if this check is declared as not required, the github actions still fail, which is a false positive as long as it's not an LTS version (which node 23 isn't)
To get rid of the failures, this PR removes the latest node check and adds dedicated LTS version instead which makes the CI succeed again.
Will review this for latest node again when working on 2.10.x soon1 parent 30a40f0 commit 1a22e32
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments