Skip to content

Commit

Permalink
Fix CI benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 24, 2021
1 parent 3e0c1be commit ca55b32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit ca55b32

Please sign in to comment.