Skip to content

Commit

Permalink
Merge pull request #283 from ckeditor/ci/1178
Browse files Browse the repository at this point in the history
Other: Updated the required version of Node.js to 14. See ckeditor/ckeditor5#10972.

MAJOR BREAKING CHANGE: Upgraded the minimal versions of Node.js to `14.0.0` due to the end of LTS.
  • Loading branch information
pomek authored Dec 9, 2021
2 parents f4783c2 + cd225bb commit bb14c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: node_js
services:
- xvfb
node_js:
- '10'
- '14'
cache:
- node_modules
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"webpack-cli": "^4.0.0"
},
"engines": {
"node": ">=8.0.0",
"node": ">=14.0.0",
"npm": ">=5.7.1"
},
"author": "CKSource (http://cksource.com/)",
Expand Down

0 comments on commit bb14c61

Please sign in to comment.