Skip to content

Commit b2ffe85

Browse files
committed
fix: add Node.js setup to docs-unified workflow
- Added Node.js setup step in the workflow to resolve errors with pnpm installation - Uses existing ./.github/actions/setup-node action to maintain consistency with other workflows
1 parent ae27582 commit b2ffe85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs-unified.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
with:
9090
fetch-depth: 0 # Fetch all history for proper file comparison
9191

92+
# Setup Node.js environment
93+
- name: Setup Node
94+
uses: ./.github/actions/setup-node
95+
9296
# Record start time for validation
9397
- name: Record start time
9498
id: start-time

0 commit comments

Comments
 (0)