Skip to content

Commit 4a645b3

Browse files
chore: removed top node version limitation
1 parent 84d9335 commit 4a645b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "frontend-frameworks-monorepo",
33
"version": "1.0.0",
44
"engines": {
5-
"node": ">=16.0.0 <19"
5+
"node": ">=16.0.0"
66
},
77
"scripts": {
88
"postinstall": "husky install",

0 commit comments

Comments
 (0)