Commit 61837c0
chore: bump engines.node to >=22.0.0 + explicit Node 22/24/26 CI matrix (#419)
Adopts the post-#7781 plugin policy: engines.node floats on >=22.0.0,
decoupled from core. Both Node 18 and Node 20 hit EOL in April 2026,
so the dropped install audience is zero.
The plugin's CI was pinned at a single Node major (most recently 25,
which is itself EOL). Replace with an explicit `[22, 24, 26]` matrix
on both backend-tests.yml and frontend-tests.yml so each supported
Node major is verified against an Etherpad core that actually allows
it:
- Node 22 against `v2.7.3` (last core release whose engines.node floor
was 22.13.0). Verifies the plugin still works on the lowest declared
floor.
- Node 24 against current `develop` (post-#7781 Node 24 floor).
- Node 26 against current `develop` (forward-compatibility check).
Local empirical verification: the plugin loaded, rendered all
comment templates / toolbar icons, and served `/p/<pad>` HTTP 200
with zero ERROR/FATAL log lines on both `(Node 22.22.3, Etherpad
v2.7.3)` and `(Node 24.14.0, Etherpad develop @ post-#7781)`.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 320a66b commit 61837c0
3 files changed
Lines changed: 37 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
16 | 31 | | |
17 | 32 | | |
18 | 33 | | |
| |||
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
| 43 | + | |
28 | 44 | | |
29 | 45 | | |
30 | 46 | | |
31 | 47 | | |
32 | | - | |
| 48 | + | |
33 | 49 | | |
34 | 50 | | |
35 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
11 | 27 | | |
12 | 28 | | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
16 | 32 | | |
17 | 33 | | |
| 34 | + | |
18 | 35 | | |
19 | 36 | | |
20 | 37 | | |
21 | 38 | | |
22 | | - | |
| 39 | + | |
23 | 40 | | |
24 | 41 | | |
25 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments