Skip to content

Commit

Permalink
Merge pull request #921 from ckeditor/ck/14924
Browse files Browse the repository at this point in the history
Other: Updated the required version of Node.js to 18. See ckeditor/ckeditor5#14924.

MAJOR BREAKING CHANGE: Upgraded the minimal versions of Node.js to `18.0.0` due to the end of LTS.
  • Loading branch information
pomek authored Sep 15, 2023
2 parents 579fda7 + 808ad5e commit 61c03cd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nyc": "^15.1.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-bump-year/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"glob": "^10.2.5"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sinon": "^9.2.4"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-dependency-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"upath": "^2.0.1"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sinon": "^9.2.4"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-release-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"proxyquire": "^2.1.3"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-transifex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sinon": "^9.2.4"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sinon": "^9.2.4"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-web-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tmp": "^0.2.1"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typedoc": "^0.23.15"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"files": [
Expand Down

0 comments on commit 61c03cd

Please sign in to comment.