Skip to content

Commit

Permalink
Enforce a minimum dev/prod Node version of 16 (#7)
Browse files Browse the repository at this point in the history
This matches what we have in the module template.
  • Loading branch information
mcmire authored Jul 11, 2023
1 parent 6db71ff commit df8f0b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"bugs": {
"url": "https://github.com/MetaMask/eth-query/issues"
},
"homepage": "https://github.com/MetaMask/eth-query#readme"
"homepage": "https://github.com/MetaMask/eth-query#readme",
"engines": {
"node": ">=16.0.0"
}
}

0 comments on commit df8f0b7

Please sign in to comment.