File tree 8 files changed +8
-8
lines changed
{{ cookiecutter.hosting_github_repo_name }}
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup Node
27
27
uses : actions/setup-node@v1
28
28
with :
29
- node-version : ' 12 .x'
29
+ node-version : ' 16 .x'
30
30
31
31
# Run cookiecutter
32
32
- name : Install Cookiecutter
Original file line number Diff line number Diff line change 20
20
- name : Setup Node
21
21
uses : actions/setup-node@v1
22
22
with :
23
- node-version : ' 12 .x'
23
+ node-version : ' 16 .x'
24
24
25
25
# Run cookiecutter
26
26
- name : Install Cookiecutter
Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v2
44
44
- uses : actions/setup-node@v1
45
45
with :
46
- node-version : ' 12 .x'
46
+ node-version : ' 16 .x'
47
47
48
48
- name : Install Web App Dependencies
49
49
run : |
Original file line number Diff line number Diff line change 37
37
- uses : actions/checkout@v2
38
38
- uses : actions/setup-node@v1
39
39
with :
40
- node-version : ' 12 .x'
40
+ node-version : ' 16 .x'
41
41
42
42
- name : Install Web App Dependencies
43
43
run : |
Original file line number Diff line number Diff line change 22
22
- name : Setup Node
23
23
uses : actions/setup-node@v1
24
24
with :
25
- node-version : ' 12 .x'
25
+ node-version : ' 16 .x'
26
26
27
27
# Build Web
28
28
- name : Install Web App Dependencies
Original file line number Diff line number Diff line change 1
- cdp-backend [infrastructure ]== 3.0.11
1
+ cdp-backend [infrastructure ]== 3.0.12
2
2
pulumi
Original file line number Diff line number Diff line change 17
17
]
18
18
19
19
requirements = [
20
- "cdp-backend[pipeline]==3.0.11 " ,
20
+ "cdp-backend[pipeline]==3.0.12 " ,
21
21
]
22
22
23
23
extra_requirements = {
Original file line number Diff line number Diff line change 10
10
"deploy" : " gh-pages -d build"
11
11
},
12
12
"dependencies" : {
13
- "@councildataproject/cdp-frontend" : " 3.0.7 " ,
13
+ "@councildataproject/cdp-frontend" : " 3.0.8 " ,
14
14
"react" : " ^16.13.1" ,
15
15
"react-dom" : " ^16.13.1"
16
16
},
You can’t perform that action at this time.
0 commit comments