Skip to content

Commit

Permalink
Merge pull request #499 from imchell/fix_node_version
Browse files Browse the repository at this point in the history
Limit node version to make Storybook work properly (fix #498)
  • Loading branch information
jrgarciadev committed Jun 6, 2022
2 parents caba839 + ef7fba3 commit 97982ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/*"
],
"engines": {
"node": ">=12.13.0",
"node": ">=12.13.0 <18.0.0",
"npm": ">=7.9.0",
"yarn": ">=1.12.x"
},
Expand Down

0 comments on commit 97982ef

Please sign in to comment.