Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Feb 20, 2025
1 parent 9a19d32 commit ac69503
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac69503

Please sign in to comment.