Skip to content

Commit

Permalink
Merge pull request #73 from aldosch/main
Browse files Browse the repository at this point in the history
Set default Node.js version to 18.x to fix one-click deployment on Vercel
  • Loading branch information
mitchmac authored Oct 31, 2024
2 parents dca7f36 + 6d58a7f commit 14cf402
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"license": "MIT",
"dependencies": {
"serverlesswp": "^0.1.2"
},
"engines": {
"node": "18.x"
}
}

0 comments on commit 14cf402

Please sign in to comment.