Skip to content

Commit 06ce665

Browse files
Merge pull request #585 from ckeditor/ci/3923
Other: Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS. MAJOR BREAKING CHANGE: Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.
2 parents 9f3845c + 61b3f3d commit 06ce665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"ws": "^8"
8383
},
8484
"engines": {
85-
"node": ">=18.0.0"
85+
"node": ">=20.0.0"
8686
},
8787
"scripts": {
8888
"dev": "echo \"Use 'dev:16', 'dev:17', 'dev:18', or 'dev:19' depending on the version of React you want to test\"",

0 commit comments

Comments
 (0)