Skip to content

Commit

Permalink
Merge pull request #140 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 a3072f8 + c9155ba commit 9872918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=8.1.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "src/index.js",
"license": "MIT",
"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "src/index.ts",
"license": "MIT",
"engines": {
"node": ">=14.0.0",
"node": ">=16.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-package-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://ckeditor.com/ckeditor-5",
"main": "lib/index.js",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
Expand Down

0 comments on commit 9872918

Please sign in to comment.