chore: [#5] use Node 16

This is necessary for compatibility with Vercel, the platform being used
for preview deployments.
This commit is contained in:
Jeremy Kahn 2022-09-10 18:34:11 -05:00
parent 8cd2ce3f45
commit f884bf69ae
2 changed files with 2 additions and 1 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v16.17.0

View File

@ -52,7 +52,7 @@
]
},
"engines": {
"node": "18.x",
"node": "16.x",
"npm": "8.x"
},
"browserslist": {