From e602fb79220c1f3ae7a17ef0845b5c4f3de23a37 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 4 Dec 2024 08:46:29 -0800 Subject: [PATCH] fix: use the last known working version it's not clear if the action will like using an era-node-version after being renamed? --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf73a450..2cc06bb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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