Skip to content

Commit

Permalink
Merge pull request #366 from ckeditor/ci/2910
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pomek authored Mar 28, 2023
2 parents 5b50b35 + 62e8278 commit 8dbce7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=5.7.1"
},
"scripts": {
Expand Down

0 comments on commit 8dbce7c

Please sign in to comment.