Skip to content

Commit

Permalink
Merge pull request #25 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 when developing the repository. See ckeditor/ckeditor5#14924.
  • Loading branch information
pomek authored Sep 14, 2023
2 parents cbca52b + 14ca6a5 commit 7852374
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 @@ -22,7 +22,7 @@
"reinstall": "yarn run clean && yarn install"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7852374

Please sign in to comment.