Skip to content

Commit

Permalink
fix cd error of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidalizad committed Aug 28, 2024
1 parent f94480c commit d6fbebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Setup pnpm
run: npm install -g pnpm
- run: pnpm install
- run: pnpm run make
- run: npm publish
Expand Down

0 comments on commit d6fbebb

Please sign in to comment.