Skip to content

Commit

Permalink
ci: use npm in export size
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2022
1 parent 21d24da commit 8c8a0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/export-size.yml
Expand Up @@ -13,6 +13,8 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- uses: antfu/export-size-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c8a0c6

Please sign in to comment.