Skip to content

Commit

Permalink
Merge pull request #1099 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
TheLastCicada committed Aug 8, 2023
2 parents b4fb071 + 92f174e commit 84982f3
Show file tree
Hide file tree
Showing 10 changed files with 306 additions and 2,000 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 16.10
- name: Setup Node 18.16
uses: actions/setup-node@v3
with:
node-version: '16.10'
node-version: '18.16'

- name: Install Husky
run: npm install --save-dev husky
Expand Down Expand Up @@ -75,10 +75,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 16.10
- name: Setup Node 18.16
uses: actions/setup-node@v3
with:
node-version: '16.10'
node-version: '18.16'

- name: Install Husky
run: npm install --save-dev husky
Expand Down Expand Up @@ -110,10 +110,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 16.10
- name: Setup Node 18.16
uses: actions/setup-node@v3
with:
node-version: '16.10'
node-version: '18.16'

- name: Install Husky
run: npm install --save-dev husky
Expand Down Expand Up @@ -145,10 +145,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 16.10
- name: Setup Node 18.16
uses: actions/setup-node@v3
with:
node-version: '16.10'
node-version: '18.16'

- name: Install Husky
run: npm install --save-dev husky
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 16.10
- name: Setup Node 18.16
uses: actions/setup-node@v3
with:
node-version: '16.10'
node-version: '18.16'

- name: Install Husky
run: npm install --save-dev husky
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10.0
18.16.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ To host the UI on the web, use the [web-build.tar.gz file from the releases page
npm install -g react-scripts
git clone git@github.com:Chia-Network/cadt-ui.git
cd climate-warehouse-ui
nvm install 16.0.0
nvm use 16.0.0
nvm install 18.16.0
nvm use 18.16.0
npm install foreman -g
npm install -g husky
npm install -g prettier
Expand Down
Loading

0 comments on commit 84982f3

Please sign in to comment.