Skip to content

Commit

Permalink
fix: use the last known working version
Browse files Browse the repository at this point in the history
it's not clear if the action will like using an era-node-version after
being renamed?
  • Loading branch information
cpb8010 committed Dec 4, 2024
1 parent b0f8676 commit e602fb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:

# Start node
- name: Era Test Node Action
uses: dutterbutter/anvil-zksync-action@92d09649bbf677463a51af245088bb41b7239258 # v1.0
uses: dutterbutter/anvil-zksync-action@5b73149c26862fb7dc196e309e43e85dec4e57a4 # v1.0
with:
releaseTag: v0.1.0-alpha.34

# Setup pnpm
- name: Setup pnpm
Expand Down

0 comments on commit e602fb7

Please sign in to comment.