Skip to content

Commit

Permalink
BREAKING: deprecate nodejs 14,15,17,19
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 22, 2023
1 parent 3caf165 commit b619a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).",
"main": "index.js",
"engines": {
"node": ">=14.0.0"
"node": "^16.20 || ^18.16 || >=20"
},
"scripts": {
"build": "echo 'this does nothing'",
Expand Down

0 comments on commit b619a54

Please sign in to comment.