Skip to content

Commit

Permalink
include fallback for node 14 only for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Apr 27, 2022
1 parent 73f0b89 commit 4b92797
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 @@ -20,7 +20,7 @@
"postinstall": "husky install"
},
"engines": {
"node": "~16.14"
"node": "~16.14 || ~14"
},
"dependencies": {
"@artsy/fresnel": "3.4.0",
Expand Down

0 comments on commit 4b92797

Please sign in to comment.