Skip to content

Commit

Permalink
ci: Removed redundant image reference + pin major
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Nov 21, 2024
1 parent 36936de commit e4f336b
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 @@ -48,7 +48,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Start cheqd localnet
run: docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-testnet:latest
run: docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-node:3.0.0

- name: "Clean install dependencies"
run: npm ci
Expand Down

0 comments on commit e4f336b

Please sign in to comment.