Specify Node.js 18.x for Vercel compatibility

This commit is contained in:
Randall Stillwell 2025-07-21 14:15:36 -05:00
parent 64247f79af
commit baeddb575b

View file

@ -2,6 +2,9 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"dependencies": {
"@tanstack/react-query": "^5.83.0",
"@testing-library/dom": "^10.4.0",