chore: only use lts

This commit is contained in:
SamTV12345 2025-10-19 17:18:56 +02:00
parent a086c164c2
commit 24e2db0f8e
2 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@ on:
- 'v?[0-9]+.[0-9]+.[0-9]+'
env:
TEST_TAG: etherpad/etherpad:test
LOG_LEVEL: DEBUG
permissions:
contents: read

View file

@ -42,13 +42,13 @@
"ui": "workspace:./ui"
},
"engines": {
"node": ">=20.0.0"
"node": ">=20.0.0 <25.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"packageManager": "pnpm@10.18.0",
"packageManager": "pnpm@10.18.3",
"engineStrict": true,
"version": "2.5.1",
"license": "Apache-2.0"