File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11
11
python_version :
12
12
required : true
13
13
type : string
14
- default : " 3.10 "
14
+ default : " 3.11 "
15
15
description : " Specifies the python version."
16
16
function_directory :
17
17
required : true
50
50
id : checkout_repository
51
51
uses : actions/checkout@v4
52
52
53
- # Setup Python 3.10
54
- - name : Setup Python 3.10
53
+ # Setup Python
54
+ - name : Setup Python
55
55
id : python_setup
56
56
uses : actions/setup-python@v5
57
57
with :
Original file line number Diff line number Diff line change 6
6
python_version :
7
7
required : true
8
8
type : string
9
- default : " 3.10 "
9
+ default : " 3.11 "
10
10
description : " Specifies the python version."
11
11
function_directory :
12
12
required : true
25
25
id : checkout_repository
26
26
uses : actions/checkout@v4
27
27
28
- # Setup Python 3.10
29
- - name : Setup Python 3.10
28
+ # Setup Python
29
+ - name : Setup Python
30
30
id : python_setup
31
31
uses : actions/setup-python@v5
32
32
with :
Original file line number Diff line number Diff line change 15
15
required : true
16
16
type : string
17
17
description : " Specifies the terraform version."
18
+ node_version :
19
+ required : true
20
+ type : number
21
+ description : " Specifies the node version."
18
22
working_directory :
19
23
required : true
20
24
type : string
@@ -110,7 +114,7 @@ jobs:
110
114
id : node_setup
111
115
uses : actions/setup-node@v4
112
116
with :
113
- node-version : 18
117
+ node-version : ${{ inputs.node_version }}
114
118
115
119
# Setup Terraform
116
120
- name : Setup Terraform
@@ -205,7 +209,7 @@ jobs:
205
209
id : node_setup
206
210
uses : actions/setup-node@v4
207
211
with :
208
- node-version : 18
212
+ node-version : ${{ inputs.node_version }}
209
213
210
214
# Setup Terraform
211
215
- name : Setup Terraform
Original file line number Diff line number Diff line change 19
19
uses : ./.github/workflows/_functionAppTestTemplate.yml
20
20
name : " Function App Test"
21
21
with :
22
- python_version : " 3.10 "
22
+ python_version : " 3.11 "
23
23
function_directory : " ./code/function"
24
24
25
25
function_container :
Original file line number Diff line number Diff line change 22
22
environment : " dev"
23
23
config : " PerfectThymeTech"
24
24
terraform_version : " 1.6.6"
25
+ node_version : 18
25
26
working_directory : " ./code/infra"
26
27
tenant_id : " 3556be79-2979-4b19-a1af-4dd4e6d9ed7e"
27
28
subscription_id : " 8f171ff9-2b5b-4f0f-aed5-7fa360a1d094"
You can’t perform that action at this time.
0 commit comments