mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
chore: updated node to supported 22,24,25 (#7628)
* chore: updated node to supported 22,24,25 * chore: updated node to supported 22,24,25 * chore: updated node to supported 22,24,25 * chore: updated node to supported 22,24,25 * chore: upgrade deb * chore: upgrade dockerfile * chore: use explicit node * chore: use node 22 * chore: use node 22
This commit is contained in:
parent
421869daec
commit
c55007361c
23 changed files with 129 additions and 45 deletions
|
|
@ -70,7 +70,7 @@ sudo systemctl start etherpad
|
|||
curl http://localhost:9001/health
|
||||
```
|
||||
|
||||
`apt` will pull in `nodejs (>= 20)` (matches Etherpad's `engines.node`).
|
||||
`apt` will pull in `nodejs (>= 22)` (matches Etherpad's `engines.node`).
|
||||
Recommended runtime is the current Node.js LTS (24); on distros without a
|
||||
new enough Node, add NodeSource first:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue