Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 8ac44b3

Browse files
committed
drop support for legacy Node.js versions 16, 21
1 parent 76b8d4c commit 8ac44b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/eslint-config-typescript": "^11.1.0",
5151
"@types/ethereumjs-tx": "^1.0.1",
5252
"@types/jest": "^29.5.0",
53-
"@types/node": "^18.15.10",
53+
"@types/node": "^18.16.20",
5454
"@types/randombytes": "^2.0.0",
5555
"@typescript-eslint/eslint-plugin": "^5.57.0",
5656
"@typescript-eslint/parser": "^5.57.0",
@@ -72,7 +72,7 @@
7272
},
7373
"packageManager": "[email protected]",
7474
"engines": {
75-
"node": "^16.20 || ^18.16 || >=20"
75+
"node": "^18.16 || ^20.14 || >=22"
7676
},
7777
"publishConfig": {
7878
"access": "public",

0 commit comments

Comments
 (0)