Skip to content

Commit

Permalink
fix(ci): test
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Elkholy <[email protected]>
  • Loading branch information
mohatt committed Sep 3, 2024
1 parent 5bf0fdf commit fd4044b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
echo "Node version: $(which node):$(node -v)"
echo "NPM version: $(which npm):$(npm -v)"
- name: Install PNPM
run: volta install pnpm
run: |
node -v
volta install pnpm
- name: PNPM Version
run: |
echo "PNPM version: $(which pnpm):$(pnpm -v)"
Expand Down

0 comments on commit fd4044b

Please sign in to comment.