Skip to content

Commit b7f11fd

Browse files
fix: add engines to package json (#1010)
1 parent 668d8ee commit b7f11fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"examples/*/*",
1818
"packages/*"
1919
],
20+
"engines": {
21+
"node": ">=22.0.0",
22+
"npm": ">=10.0.0"
23+
},
2024
"scripts": {
2125
"aiChat:build": "lerna run build --stream --scope @carbon/ai-chat-components --scope @carbon/ai-chat --scope @carbon/ai-chat-examples-demo",
2226
"aiChat:build:profile": "cross-env profile=true lerna run build --stream --scope @carbon/ai-chat-components --scope @carbon/ai-chat",

0 commit comments

Comments
 (0)