Skip to content

Commit 89a04fc

Browse files
authored
Merge pull request #243 from ckeditor/ci/2910
Other: Updated the required version of Node.js to 16. MAJOR BREAKING CHANGE: Upgraded the minimal versions of Node.js to `16.0.0` due to the end of LTS.
2 parents 6af37e1 + f4815b0 commit 89a04fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"webpack-cli": "^4.10.0"
6060
},
6161
"engines": {
62-
"node": ">=14.0.0",
62+
"node": ">=16.0.0",
6363
"npm": ">=5.7.1"
6464
},
6565
"scripts": {

0 commit comments

Comments
 (0)