Skip to content

Commit 55ad2ce

Browse files
committed
chore: restrict node versions to 18 ||| 20
1 parent 4c45587 commit 55ad2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/microsoft/fluentui"
99
},
1010
"engines": {
11-
"node": "^16.18.1 || ^18.0.0"
11+
"node": "^18.0.0 || ^20.0.0"
1212
},
1313
"scripts": {
1414
"dedupe": "npx yarn-deduplicate --strategy fewer",

0 commit comments

Comments
 (0)