From b47fc0e1b66af7af2d9713933307bebc2d8620b7 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 19 May 2025 18:17:14 +0200 Subject: [PATCH] Define the compatible node version. --- news/529.internal.rst | 2 ++ package.json | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 news/529.internal.rst diff --git a/news/529.internal.rst b/news/529.internal.rst new file mode 100644 index 000000000..6afac3988 --- /dev/null +++ b/news/529.internal.rst @@ -0,0 +1,2 @@ +Define the compatible node version. +[thet] diff --git a/package.json b/package.json index a15946c4f..e671e6c9c 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "css-compile": "sass --load-path=node_modules --style expanded --source-map --embed-sources --no-error-css resources/scss/mosaic.scss:src/plone/app/mosaic/browser/static/mosaic.css", "css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output src/plone/app/mosaic/browser/static/mosaic.min.css src/plone/app/mosaic/browser/static/mosaic.css" }, + "engines": { + "node": ">=22" + }, "browserslist": [ "defaults" ],