Skip to content

Commit 1122fba

Browse files
authored
Update Node.js version requirement in README
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent a0592c7 commit 1122fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ import { SecurityProfileProvider, ComplianceContext } from 'cia-compliance-manag
409409
```
410410

411411
**Technology Stack:**
412-
- **Runtime:** Node ≥25.0.0, npm ≥10.0.0
412+
- **Runtime:** Node ≥26.0.0, npm ≥10.0.0
413413
- **Language:** TypeScript 6.0.3 (ES2025 target)
414414
- **Framework:** React 19.2.5 + React DOM 19.2.5
415415
- **Build:** Vite 8.0.10 (ES module bundler)
@@ -680,7 +680,7 @@ console.log(`Estimated Cost: $${assessment.estimatedCost.toLocaleString()}`);
680680
git clone https://github.com/Hack23/cia-compliance-manager.git
681681
cd cia-compliance-manager
682682

683-
# Install dependencies (requires Node ≥25.0.0, npm ≥10.0.0)
683+
# Install dependencies (requires Node ≥26.0.0, npm ≥10.0.0)
684684
npm install
685685

686686
# Run development server

0 commit comments

Comments
 (0)