Commit e81f07b
ci: install Node 22 for the frontend-tests job
Etherpad core bumped its engines.node requirement past 20.x; the
default GitHub Actions ubuntu-latest runner ships Node 20, so
bin/installDeps.sh now aborts with "Your nodejs version 20.20 is
too old. nodejs 22.0.x or higher is required" before any plugin
spec gets a chance to run. Add an explicit actions/setup-node@v4
step pinned to Node 22.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b1e9b37 commit e81f07b
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments