Skip to content

Commit

Permalink
fix: use pnpm instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 3, 2024
1 parent b929f46 commit fe98e1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "22"
- name: Setup pnpm
run: npm install -g pnpm
- name: Install dependencies
run: npm ci
run: pnpm ci
- name: Build
run: npm run build
run: pnpm run build
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit fe98e1d

Please sign in to comment.