Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2ffe85

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 parentae27582 commitb2ffe85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/docs-unified.yaml‎

Lines changed: 4 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp