Skip to content

Commit 24e2db0

Browse files
committed
chore: only use lts
1 parent a086c16 commit 24e2db0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'v?[0-9]+.[0-9]+.[0-9]+'
1313
env:
1414
TEST_TAG: etherpad/etherpad:test
15+
LOG_LEVEL: DEBUG
1516
permissions:
1617
contents: read
1718

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"ui": "workspace:./ui"
4343
},
4444
"engines": {
45-
"node": ">=20.0.0"
45+
"node": ">=20.0.0 <25.0.0"
4646
},
4747
"repository": {
4848
"type": "git",
4949
"url": "https://github.com/ether/etherpad-lite.git"
5050
},
51-
"packageManager": "[email protected].0",
51+
"packageManager": "[email protected].3",
5252
"engineStrict": true,
5353
"version": "2.5.1",
5454
"license": "Apache-2.0"

0 commit comments

Comments
 (0)