Skip to content

Commit

Permalink
change ci cd installing of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidalizad committed Aug 28, 2024
1 parent 244012f commit f94480c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
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 ci
- uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
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 ci
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f94480c

Please sign in to comment.