Skip to content

Commit 939925c

Browse files
committed
🔨 dep: require node engine >= 13
1 parent 8d8dcbe commit 939925c

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
@@ -3,7 +3,7 @@
33
"version": "0.4.0",
44
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",
55
"engines": {
6-
"node": ">=10.0.0"
6+
"node": ">=13.0.0"
77
},
88
"repository": "openfunction/functions-framework-nodejs",
99
"main": "build/src/index.js",

0 commit comments

Comments
 (0)