Skip to content

Commit fd4044b

Browse files
committed
fix(ci): test
Signed-off-by: Mohamed Elkholy <mkh117@gmail.com>
1 parent 5bf0fdf commit fd4044b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
echo "Node version: $(which node):$(node -v)"
2424
echo "NPM version: $(which npm):$(npm -v)"
2525
- name: Install PNPM
26-
run: volta install pnpm
26+
run: |
27+
node -v
28+
volta install pnpm
2729
- name: PNPM Version
2830
run: |
2931
echo "PNPM version: $(which pnpm):$(pnpm -v)"

0 commit comments

Comments
 (0)