Skip to content

Commit

Permalink
chore(actions): add setup pnpm job
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Nov 5, 2024
1 parent 6cd590b commit 12440fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: setup pages
uses: actions/configure-pages@v5
- name: install dependencies
Expand Down

0 comments on commit 12440fc

Please sign in to comment.