Commit 8746be38 authored by catch's avatar catch
Browse files

Issue #3261734 by Wim Leers, longwave, lauriii, effulgentsia, Mixologic,...

Issue #3261734 by Wim Leers, longwave, lauriii, effulgentsia, Mixologic, droplet: Require Node.js 16
parent 77657fb6
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": ">= 12.0"
    "node": ">= 16.0"
  },
  "scripts": {
    "build": "yarn build:css & yarn build:js & yarn build:jqueryui & yarn build:ckeditor5",