Skip to content

Commit

Permalink
ci: add missing pnpm setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 20, 2023
1 parent de6bfb3 commit 667b064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rulesCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Use Node.js 14
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 667b064

Please sign in to comment.