Skip to content

Commit

Permalink
Specify ckzg 1.0.7 for test flow (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths authored Mar 10, 2023
1 parent c0ce8fc commit 48de112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Only install c-kzg if required. See https://github.com/ChainSafe/lodestar/pull/4888
# Install in workspace root, else there are weird type errors with NodeJS types
- run: yarn add --ignore-workspace-root-check c-kzg
- run: yarn add --ignore-workspace-root-check c-kzg@1.0.7

# Cache validator slashing protection data tests
- name: Restore spec tests cache
Expand Down

0 comments on commit 48de112

Please sign in to comment.