Skip to content

Commit

Permalink
test: use node for hardfork 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen authored Oct 22, 2024
1 parent c55336f commit 3f8600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Start Docker services
run: |
docker run -d -p 7845:7845 --name aergosvr aergo/node:2.2 aergosvr --config /aergo/testmode.toml
docker run -d -p 7845:7845 --name aergosvr aergo/node:2.6.0 aergosvr --config /aergo/testmode.toml
- name: Run Lerna pre-scripts
run: |
Expand Down

0 comments on commit 3f8600c

Please sign in to comment.