mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Drop support for Node v12.
Add v18 to test matrix
This commit is contained in:
parent
86d3eabcd8
commit
c28177388a
9 changed files with 17 additions and 17 deletions
|
@ -93,8 +93,8 @@
|
|||
"typescript": "^4.6.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.17.0",
|
||||
"npm": ">=5.5.1"
|
||||
"node": ">=14.15.0",
|
||||
"npm": ">=6.14.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue