Require Node 16 for Etherpad and target Node 20 for testing (#5771)

This commit is contained in:
John McLear 2023-06-26 18:11:32 +01:00 committed by GitHub
parent d3afc1b9fb
commit 1d289520eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 18 additions and 18 deletions

View file

@ -93,7 +93,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.15.0",
"node": ">=16.20.1",
"npm": ">=6.14.0"
},
"repository": {