Skip to content

Commit 064f8a5

Browse files
feat(create-twilio-function): update default Node.js version (#231)
create-twilio-function should default to node12 instead of node10
1 parent 3061015 commit 064f8a5

File tree

1 file changed

+1
-1
lines changed
  • packages/create-twilio-function/src/create-twilio-function

1 file changed

+1
-1
lines changed

packages/create-twilio-function/src/create-twilio-function/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
twilio: '^3.56',
33
twilioRun: '^2.6.0',
4-
node: '10',
4+
node: '12',
55
typescript: '^3.8',
66
serverlessRuntimeTypes: '^1.1',
77
copyfiles: '^2.2.0',

0 commit comments

Comments
 (0)