Skip to content

Commit

Permalink
fix(ci): fix pnpm install on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Elkholy <mkh117@gmail.com>
  • Loading branch information
mohatt committed Sep 2, 2024
1 parent 2e994c0 commit 5bf0fdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
- uses: volta-cli/action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install PNPM
run: volta install pnpm
- name: Project Node Version
run: |
echo "Node version: $(which node):$(node -v)"
echo "NPM version: $(which npm):$(npm -v)"
- name: Install PNPM
run: volta install pnpm
- name: PNPM Version
run: |
echo "PNPM version: $(which pnpm):$(pnpm -v)"
Build:
Expand Down

0 comments on commit 5bf0fdf

Please sign in to comment.