Skip to content

Commit c5622f4

Browse files
committed
Add debug step to runner
1 parent b62e27e commit c5622f4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/deploy-astro-ssg.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ jobs:
4141
# pnpm-lock.yaml
4242
# pnpm-workspace.yaml
4343

44+
- name: Debug pnpm environment
45+
run: |
46+
echo "=== pnpm version ==="
47+
pnpm --version
48+
echo "=== node version ==="
49+
node --version
50+
echo "=== pnpm-workspace.yaml ==="
51+
cat pnpm-workspace.yaml
52+
echo "=== pnpm config ==="
53+
pnpm config list
54+
4455
- name: Install dependencies (monorepo)
4556
run: pnpm install
4657

0 commit comments

Comments
 (0)