mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-07 23:54:22 +01:00
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:
@@ -12,7 +12,7 @@
|
||||
"dist"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=20.12.0"
|
||||
"node": ">=20.19.0"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user