Skip to content

Commit ea4428a

Browse files
committed
Merge branch 'main' into vercel
2 parents ac8670f + 7e95f28 commit ea4428a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ 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+
194199
#### Option 2: Deploy to Vercel manually
195200

196201
1. Sign in to **Vercel** or create a new account at <https://vercel.com>
@@ -211,6 +216,11 @@ Vercel is the recommended option for hosting the files since it is **free** and
211216
> ⚠️ **Note**
212217
> 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.
213218
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+
214224
</details>
215225

216226
### [![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": "20.x"
3+
"node": "18.x"
44
},
55
"devDependencies": {
66
"@prettier/plugin-php": "^0.18.8",

0 commit comments

Comments
 (0)