Skip to content

Commit

Permalink
fix: specify required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Feb 24, 2023
1 parent 095c3ea commit 4ef5b8a
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 @@ -10,6 +10,9 @@
"lint": "yarn eslint ./src/",
"prepare": "husky install"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandworm-hq/sandworm-audit.git"
Expand Down

0 comments on commit 4ef5b8a

Please sign in to comment.