Skip to content

Commit b5a53ad

Browse files
committed
Require node 12
1 parent c37577a commit b5a53ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"author": "Maximilian Antoni <max@javascript.studio>",
66
"homepage": "https://github.com/javascript-studio/studio-lambda",
77
"main": "lib/lambda.js",
8+
"engines": {
9+
"node": ">=12.0.0"
10+
},
811
"scripts": {
912
"lint": "eslint .",
1013
"test": "mocha --slow=500",

0 commit comments

Comments
 (0)