Skip to content

Commit ac8670f

Browse files
committed
Merge branch 'main' into vercel
2 parents 71b6a57 + ed9d8cc commit ac8670f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@ Vercel is the recommended option for hosting the files since it is **free** and
191191

192192
![deployment](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/32092461-5983-4fed-b21b-29be55ed85e8)
193193

194-
> ⚠️ **Note**
195-
> If you receive an error related to libssl or Node 20.x, you can fix this by opening your Vercel project settings and changing the Node.js version to 18.x.
196-
>
197-
> ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/5fb18fb5-debe-4620-9c8b-193ab442a617)
198-
199194
#### Option 2: Deploy to Vercel manually
200195

201196
1. Sign in to **Vercel** or create a new account at <https://vercel.com>
@@ -216,11 +211,6 @@ Vercel is the recommended option for hosting the files since it is **free** and
216211
> ⚠️ **Note**
217212
> To set up automatic Vercel deployments from GitHub, make sure to turn **off** "Include source files outside of the Root Directory" in the General settings and use `vercel` as the production branch in the Git settings.
218213
219-
> ⚠️ **Note**
220-
> If you receive an error related to libssl or Node 20.x, you can fix this by opening your Vercel project settings and changing the Node.js version to 18.x.
221-
>
222-
> ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/5fb18fb5-debe-4620-9c8b-193ab442a617)
223-
224214
</details>
225215

226216
### [![Deploy on Heroku](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/e8b575af-5746-4200-a295-7e7baa448383)][herokudeploy]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": "18.x"
3+
"node": "20.x"
44
},
55
"devDependencies": {
66
"@prettier/plugin-php": "^0.18.8",

0 commit comments

Comments
 (0)