SM-1138: Update node engine version requirement to: ^18.18.0 (#8390)
* SM-1138: Update node engine version requirement to: ^18.8.0 * SM-1138: Fix version typo
This commit is contained in:
parent
5d122b4c8c
commit
0f6d0e415f
|
@ -220,7 +220,7 @@
|
||||||
"*.ts": "eslint --cache --cache-strategy content --fix"
|
"*.ts": "eslint --cache --cache-strategy content --fix"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~18",
|
"node": "^18.18.0",
|
||||||
"npm": "~9"
|
"npm": "~9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue