mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(node): update minimum node version (#9078)
This commit is contained in:
parent
a4dfeda4ae
commit
0074bcc2ee
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14"
|
"node": ">= 16"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-crypto/sha256-js": "^2.0.0",
|
"@aws-crypto/sha256-js": "^2.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue