Add correct Node.js version range for Admin Client (#20593)
This commit is contained in:
parent
98e5e9799b
commit
b6f2f958c0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
],
|
],
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "wireit",
|
"build": "wireit",
|
||||||
|
|
Loading…
Reference in a new issue