Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node version bump #14989

Merged
merged 3 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/framework/contributing/development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can find all the official packages listed in the [CKEditor 5 repository

In order to start developing CKEditor 5 you will require:

* [Node.js](https://nodejs.org/en/) 16.0.0+
* [Node.js](https://nodejs.org/en/) 18.0.0+
* [Git](https://git-scm.com/)

## Setting up the CKEditor development environment
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This guide will show you how to initialize the CKEditor 5 rich-text editor

The CKEditor 5 Framework consists of several [npm packages](https://npmjs.com). To install it you need:

* [Node.js](https://nodejs.org/en/) 16.0.0+
* [Node.js](https://nodejs.org/en/) 18.0.0+
* npm 5.7.1+ (**note:** some npm 5+ versions were known to cause [problems](https://github.com/npm/npm/issues/16991), especially with deduplicating packages; upgrade npm when in doubt)

Besides Node.js and npm you also need [webpack@5](https://webpack.js.org) with a few additional packages to use the framework. They are needed to bundle the source code. Read more about building CKEditor 5 in the {@link installation/advanced/integrating-from-source-webpack Integrating from source} guide.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/getting-started/quick-start-other.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Some of the reasons for creating custom builds are:

To start developing CKEditor 5 you will require:

* [Node.js](https://nodejs.org/en/) 16.0.0+
* [Node.js](https://nodejs.org/en/) 18.0.0+
* [npm](https://www.npmjs.com) 5.7.1+ (**note:** some npm 5+ versions were known to cause [problems](https://github.com/npm/npm/issues/16991), especially with deduplicating packages; upgrade npm when in doubt)
* [Git](https://git-scm.com/)

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/plugins/installing-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CKEditor 5 plugins, responsible for various features, are distributed throu

To enrich the CKEditor 5 by installing plugins, you will require:

* [Node.js](https://nodejs.org/en/) 16.0.0+
* [Node.js](https://nodejs.org/en/) 18.0.0+
* [npm](https://www.npmjs.com/) 5.7.1+ (**note:** some npm 5+ versions were known to cause [problems](https://github.com/npm/npm/issues/16991), especially with deduplicating packages; upgrade npm when in doubt)

<info-box warning>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"webpack": "^5.58.1"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
Expand Down