Verified Commit 7d31a390 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3336535 by lauriii, andypost, longwave: Require Node.js 18 for development in 10.1.x

parent 357b600b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "private": true,
  "engines": {
    "yarn": ">= 1.6",
    "node": ">= 16.0"
    "node": ">= 18.0"
  },
  "scripts": {
    "build": "yarn build:css & yarn build:ckeditor5 & yarn vendor-update",