Updated minimum Node version to 18.x
This commit is contained in:
parent
98283c18c9
commit
bbc855492d
|
|
@ -29,7 +29,7 @@ on:
|
|||
- published
|
||||
|
||||
env:
|
||||
NODE_VERSION: 14.x
|
||||
NODE_VERSION: 18.x
|
||||
PYTHON_VERSION: 3.x
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
|
|
@ -103,6 +103,6 @@
|
|||
"typescript": "^5.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 16"
|
||||
"node": ">= 18"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue