Skip to content

Commit 68cc8de

Browse files
committed
feat: require node 12+
1 parent bbf9689 commit 68cc8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@aws-sdk/util-dynamodb": "3.x.x"
7171
},
7272
"engines": {
73-
"node": ">=8"
73+
"node": ">=12"
7474
},
7575
"publishConfig": {
7676
"access": "public"

0 commit comments

Comments
 (0)