Skip to content

Commit

Permalink
BREAKING: drop support for Node.js v16, v21
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 11, 2024
1 parent 01fe185 commit 2eb3fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
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": "^16.20 || ^18.16 || >=20",
"node": "^18.16 || ^20 || >=22",
"yarn": "^1.22.22"
},
"scripts": {
Expand Down

0 comments on commit 2eb3fc5

Please sign in to comment.