i was trying to deploy my next.js project to vercel but got the following error.
error datastore-pubsub@2.0.0: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.18.3"
error Found incompatible module.
I tried deleting yarn.lock file but the same error showed up nonetheless.