mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 08:04:03 +00:00
[Build] Update package engine version range to block on node 20 (#6736)
We have a dependency which is not
This commit is contained in:
parent
fb5bbde154
commit
4c5de37cff
@ -111,7 +111,7 @@
|
|||||||
"url": "https://github.com/nasa/openmct.git"
|
"url": "https://github.com/nasa/openmct.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.19.1"
|
"node": ">=16.19.1 <20"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"Firefox ESR",
|
"Firefox ESR",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user