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

pull/9086/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"prepare": "husky install"
},
"engines": {
"node": ">= 14"
"node": ">= 16"
},
"dependencies": {
"@aws-crypto/sha256-js": "^2.0.0",