Skip to content

Commit

Permalink
fix: correct node engines required to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Apr 3, 2023
1 parent 2e6cb05 commit 5b088e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"url": "git+https://github.com/open-sauced/opengraph.opensauced.pizza.git"
},
"engines": {
"node": ">= 18.15",
"npm": ">= 9.2"
"node": ">= 16.19.1",
"npm": ">= 9.6.3"
},
"scripts": {
"types:auto-add": "npx typesync",
Expand Down

0 comments on commit 5b088e9

Please sign in to comment.