everydotorg / donate-button

A free donate and p2p fundraising button so nonprofit websites can accept cryptocurrency, stocks, and cash - credit, debit, bank, PayPal, Venmo, Apple Pay, Google Pay.
https://www.every.org
MIT License
49 stars 7 forks source link

Upgrade vercel builds to node 18 #359

Closed rahulgi closed 1 year ago

rahulgi commented 1 year ago

I upgraded the settings in Vercel to use Node 18, as we were previously on Node 14 which was unsupported and causing builds to fail. However, builds are now failing with a different error - https://vercel.com/everydotorg/donate-button/Esq4GkTNd14RtRFfQQB8CyfBiTrB

I'm guessing we likely just need to update some packages or something to get things working on Node 18