mirror of https://github.com/portainer/portainer
fix(node): update minimum node version (#9078)
parent
a4dfeda4ae
commit
0074bcc2ee
|
@ -30,7 +30,7 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
"node": ">= 16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-crypto/sha256-js": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue