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

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed May 6, 2024
1 parent e468395 commit 9742efb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
run_install: false
node-version: 20

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

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

0 comments on commit 9742efb

Please sign in to comment.