From ac69503eef70e87b1a565efc9a283c1d9ba10241 Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Thu, 20 Feb 2025 14:20:28 -0500 Subject: [PATCH] ci --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e4cf5..b263517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,12 @@ jobs: with: node-version: 23 - - name: Yarn install + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 10 + + - name: pnpm install run: cd ./ethtest/testchain && pnpm install - name: Boot test-chain