Skip to content

Commit ecfc25d

Browse files
JohnMcLearclaude
andauthored
Fix: relax Node engine requirement from >=22.22.0 to >=18.0.0 (#930)
The engine requirement was set to an unreleased Node version (22.22.0). CI already tests and passes on Node 20. Etherpad supports Node >=18. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a9cf7f8 commit ecfc25d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@
140140
}
141141
],
142142
"engines": {
143-
"node": ">=22.22.0"
143+
"node": ">=18.0.0"
144144
}
145145
}

0 commit comments

Comments
 (0)