Skip to content

Commit

Permalink
Merge pull request #1 from aldosch/aldosch/set-default-nodejs-version
Browse files Browse the repository at this point in the history
Set node.js version to 18.x to allow deployment on Vercel
  • Loading branch information
aldosch authored Oct 29, 2024
2 parents dca7f36 + ab8b9b3 commit 6d58a7f
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 6d58a7f

Please sign in to comment.