mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: one of our deps breaks on node 21 (#5122)
This commit is contained in:
parent
08a1d053dc
commit
8c97847797
@ -20,7 +20,7 @@
|
||||
},
|
||||
"types": "./dist/lib/server-impl.d.ts",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=18 <21"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/lib/server-impl.js",
|
||||
|
Loading…
Reference in New Issue
Block a user