Skip to content

Commit 411c29a

Browse files
authored
fix(deps): add missing min Node version via engine field
1 parent 2a498af commit 411c29a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/common/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
"postcss-cli": "^11.0.1",
8888
"sass": "catalog:"
8989
},
90+
"engines": {
91+
"node": "^20.0.0 || >=22.0.0"
92+
},
9093
"funding": {
9194
"type": "ko_fi",
9295
"url": "https://ko-fi.com/ghiscoding"

0 commit comments

Comments
 (0)