Skip to content

Commit 26dab47

Browse files
authored
BREAKING: drop support for Node.js v16, v21 (#164)
1 parent bd1a658 commit 26dab47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x, 20.x]
14+
node-version: [18.x, 20.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"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`).",
55
"main": "index.js",
66
"engines": {
7-
"node": "^16.20 || ^18.16 || >=20",
7+
"node": "^18.16 || ^20 || >=22",
88
"yarn": "^1.22.22"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)