Skip to content

Commit bd229ec

Browse files
Merge pull request #1958 from markscott-ms/feature/node20
2 parents 43528f7 + 4a71077 commit bd229ec

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

advent-of-calm/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Each day from December 1st through December 24th, a new challenge unlocks. Each
2323

2424
Before you begin, make sure you have:
2525
- Git installed
26-
- Node.js (18+) and npm installed
26+
- Node.js (20+) and npm installed
2727
- VSCode editor (106+)
2828
- GitHub account (recommended for portfolio sharing)
2929
- GitHub Copilot access

advent-of-calm/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you experience issues after updating the CLI:
112112

113113
1. Clear npm cache: `npm cache clean --force`
114114
2. Reinstall: `npm uninstall -g @finos/calm-cli && npm install -g @finos/calm-cli`
115-
3. Check Node.js version: `node --version` (Node.js 18+ recommended)
115+
3. Check Node.js version: `node --version` (Node.js 20+ recommended)
116116

117117
### VS Code Extension Issues
118118

calm-plugins/vscode/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ src/
9393

9494
### Prerequisites
9595
- VS Code 1.88+
96-
- Node.js 18+
96+
- Node.js 20+
9797

9898
### Development Setup
9999

calm/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This demo showcases the **CALM** approach in action. Designed to help you get st
1414

1515
* Java 21 or higher
1616
* Maven 3.8.6 or higher
17-
* Node.js 18 or higher
17+
* Node.js 20 or higher
1818
* NPM
1919
* Have a clone of the [architecture-as-code repository](https://github.com/finos/architecture-as-code)
2020

docs/quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This demo showcases the **CALM** approach in action. Designed to help you get st
2626

2727
* Java 21 or higher
2828
* Maven 3.8.6 or higher
29-
* Node.js 18 or higher
29+
* Node.js 20 or higher
3030
* NPM
3131
* Have a clone of the [architecture-as-code repository](https://github.com/finos/architecture-as-code)
3232

0 commit comments

Comments
 (0)