File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Setting up the environment can be done using one of the publish setup actions.
62
62
| ** JavaScript** | ` actions/setup-node ` |
63
63
| ** Python** | ` actions/setup-python ` |
64
64
65
- A snippet from the yaml file for a Node JS app that uses version 10
65
+ A snippet from the yaml file for a JavaScript app that uses version 10
66
66
67
67
``` yaml
68
68
- name : ' Login via Azure CLI'
@@ -80,7 +80,7 @@ A snippet from the yaml file for a Node JS app that uses version 10
80
80
This depends on the language and for languages supported by Azure Functions, this section should be the standard build steps of each language.
81
81
As an example for Node JS
82
82
83
- A snippet from the yaml file for a Node JS app
83
+ A snippet from the yaml file for a JavaScript app
84
84
85
85
` ` ` yaml
86
86
- name : ' Run npm'
You can’t perform that action at this time.
0 commit comments