Verified Commit de3e9ac6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3460350 by longwave, catch: Require Node.js 20 for Drupal 11

(cherry picked from commit 6afdada2)
parent cb69f88f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "private": true,
  "engines": {
    "yarn": ">= 4.1.1",
    "node": ">= 18.0"
    "node": ">= 20.0"
  },
  "scripts": {
    "build": "yarn build:css & yarn build:ckeditor5 & yarn vendor-update",