Skip to content

Commit 32b5b27

Browse files
authored
Merge pull request #634 from plone/update-engines
Define the compatible node version.
2 parents e224774 + b47fc0e commit 32b5b27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

news/529.internal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Define the compatible node version.
2+
[thet]

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"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",
3131
"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"
3232
},
33+
"engines": {
34+
"node": ">=22"
35+
},
3336
"browserslist": [
3437
"defaults"
3538
],

0 commit comments

Comments
 (0)