chore: update Node.js version to 20.19.0 across project files

- Updated the Node.js version in .node-version and package.json to 20.19.0.
- Revised README.md and docs/dev.md to reflect the new minimum Node.js requirement.
- Adjusted setup-node action to use the version specified in .node-version for consistency.
This commit is contained in:
d-kimsuon
2025-10-19 19:00:09 +09:00
parent ebe6bd8414
commit 9749a7e02b
5 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ Claude Code Viewer provides advanced control over Claude Code session processes:
### Requirements
- **Node.js**: Version 20.12.0 or later (see [.node-version](../.node-version))
- **Node.js**: Version 20.19.0 or later (see [.node-version](../.node-version))
- **Package Manager**: pnpm 10.8.1 or later
### Initial Setup