EddieHubCommunity / BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
https://biodrop.io
MIT License
5.73k stars 3.97k forks source link

fix: Bump nvmrc to support NextJS's miniumum requirement of >= v18.17.0 #10225

Closed kyle-ssg closed 7 months ago

kyle-ssg commented 7 months ago

Fixes Issue

Cloning the repository and running npm i npm run dev I hit the following

You are using Node.js 18.16.0. For Next.js, Node.js version >= v18.17.0 is required.

Changes proposed

Bump nvmrc to use the required version.

[x] - Correct; marked as done [X] - Correct; marked as done

[ ] - Not correct; marked as not done -->

Check List (Check all the applicable boxes)

Screenshots

Before:

image

After:

image