1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: one of our deps breaks on node 21 (#5122)

This commit is contained in:
Mateusz Kwasniewski 2023-10-23 11:29:50 +02:00 committed by GitHub
parent 08a1d053dc
commit 8c97847797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",