We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a086c16 commit 24e2db0Copy full SHA for 24e2db0
.github/workflows/docker.yml
@@ -12,6 +12,7 @@ on:
12
- 'v?[0-9]+.[0-9]+.[0-9]+'
13
env:
14
TEST_TAG: etherpad/etherpad:test
15
+ LOG_LEVEL: DEBUG
16
permissions:
17
contents: read
18
package.json
@@ -42,13 +42,13 @@
42
"ui": "workspace:./ui"
43
},
44
"engines": {
45
- "node": ">=20.0.0"
+ "node": ">=20.0.0 <25.0.0"
46
47
"repository": {
48
"type": "git",
49
"url": "https://github.com/ether/etherpad-lite.git"
50
51
- "packageManager": "[email protected].0",
+ "packageManager": "[email protected].3",
52
"engineStrict": true,
53
"version": "2.5.1",
54
"license": "Apache-2.0"
0 commit comments