Skip to content

Commit

Permalink
admin/upgrade-deps-and-build-eng (#84)
Browse files Browse the repository at this point in the history
* Upgrade cdp-frontend to 3.0.8 and node to v16

* Upgrade cdp-backend to v3.0.12
  • Loading branch information
Jackson Maxfield Brown authored Apr 7, 2022
1 parent a490606 commit 6475c95
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'

# Run cookiecutter
- name: Install Cookiecutter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'

# Run cookiecutter
- name: Install Cookiecutter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'

- name: Install Web App Dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'

- name: Install Web App Dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'

# Build Web
- name: Install Web App Dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cdp-backend[infrastructure]==3.0.11
cdp-backend[infrastructure]==3.0.12
pulumi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]

requirements = [
"cdp-backend[pipeline]==3.0.11",
"cdp-backend[pipeline]==3.0.12",
]

extra_requirements = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "gh-pages -d build"
},
"dependencies": {
"@councildataproject/cdp-frontend": "3.0.7",
"@councildataproject/cdp-frontend": "3.0.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down

0 comments on commit 6475c95

Please sign in to comment.