Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed May 6, 2024
1 parent a032f25 commit 9861c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Install protocol dependencies
working-directory: ${{ env.TAIKO_MONO_DIR }}
run: cd ./packages/protocol && pnpm install
run: cd ./packages/protocol && pnpm clean && pnpm install

- name: Test
working-directory: ${{ env.CLIENT_DIR }}
Expand Down

0 comments on commit 9861c48

Please sign in to comment.