Skip to content

Commit

Permalink
Merge pull request #172 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 committed Mar 28, 2023
2 parents bd59d62 + ad6bc28 commit 0041965
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 @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"version": "4.1.0",
"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=5.7.1"
},
"scripts": {
Expand Down

0 comments on commit 0041965

Please sign in to comment.