Skip to content

Commit 2948afb

Browse files
Merge pull request #349 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 0022710 + 226b71f commit 2948afb

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
@@ -74,7 +74,7 @@
7474
"ws": "^8"
7575
},
7676
"engines": {
77-
"node": ">=18.0.0"
77+
"node": ">=20.0.0"
7878
},
7979
"scripts": {
8080
"dev": "vite",

0 commit comments

Comments
 (0)