Raise required version of Node.js to 18 (#20538)
This commit is contained in:
parent
0a46930962
commit
41b9a75f1e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"types": "lib/index.d.ts",
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
"node": "^18"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "wireit",
|
||||
|
|
Loading…
Reference in a new issue