Skip to content

Commit

Permalink
fix: don't force node 16 due to vercel limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
Santeri Elo committed Feb 22, 2022
1 parent 568da8a commit e3d3399
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 @@ -45,6 +45,6 @@
"typescript": "^4.5.5"
},
"engines": {
"node": ">=16"
"node": ">=14"
}
}

1 comment on commit e3d3399

@vercel
Copy link

@vercel vercel bot commented on e3d3399 Feb 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.