Skip to content

Commit

Permalink
chore: minor downgrade node version for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed May 10, 2023
1 parent b2a6427 commit dcd700b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"engines": {
"npm": "^9.5.0",
"node": "^18.16.0"
"node": "^18.15.0"
},
"scripts": {
"dev": "NODE_OPTIONS=--inspect next dev",
Expand Down

0 comments on commit dcd700b

Please sign in to comment.