Skip to content

Commit 75362a5

Browse files
authored
[Fix] node version to be compatible with CEM analyzer so parsedTypes get properly written. (#35277)
1 parent 47ff134 commit 75362a5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Fix Node version to be compaditible with CEM analyzer so parsedTypes get properly written.",
4+
"packageName": "@fluentui/web-components",
5+
"email": "jes@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/web-components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"
88
},
9+
"engines": {
10+
"node": ">=20.10.0"
11+
},
912
"license": "MIT",
1013
"repository": {
1114
"type": "git",

0 commit comments

Comments
 (0)