Skip to content

Commit

Permalink
Update minify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ukriu authored Aug 11, 2024
1 parent 8f0225e commit 81619cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/minify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install pnpm
run: |
curl -fsSL https://get.pnpm.io/install.sh | node - add --global pnpm
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 81619cf

Please sign in to comment.