1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00

fix(node): update minimum node version (#9078)

This commit is contained in:
Oscar Zhou 2023-06-14 21:44:12 +12:00 committed by GitHub
parent a4dfeda4ae
commit 0074bcc2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",