mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-12-10 03:34:17 +03:00
Update Node.js engine requirement to version 20
This commit is contained in:
parent
ce6464d1bd
commit
a67ed607d5
|
|
@ -38,7 +38,7 @@
|
|||
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18.12.0"
|
||||
"node": ">=20"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/server": "^4.12.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user