Skip to content

Commit

Permalink
Merge branch 'dev' into centralized-all
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus authored Dec 8, 2023
2 parents 1a920f6 + 26589c6 commit 7f0f87c
Show file tree
Hide file tree
Showing 53 changed files with 6,897 additions and 5,512 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install GO
uses: actions/setup-go@v4
with:
go-version: '1.18'
go-version: '1.20'

- name: Install HC
run: cargo install holochain_cli --version 0.2.2 || echo "hc already installed"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install GO
uses: actions/setup-go@v4
with:
go-version: '1.18'
go-version: '1.20'

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down
Loading

0 comments on commit 7f0f87c

Please sign in to comment.