Skip to content

Commit 8e74b45

Browse files
Copilotrenemadsen
andcommitted
Update Node.js version requirement to 22.19.x+ in copilot instructions
Co-authored-by: renemadsen <[email protected]>
1 parent e003c6f commit 8e74b45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ This is **eForm Angular Frontend**, a multi-component application consisting of:
1212

1313
### Required Software Versions
1414
- **.NET 9.x** - **CRITICAL**: Project targets net9.0 framework
15-
- **Node.js 20.19.4+** - Required for Angular build
15+
- **Node.js 22.19.x+** - Required for Angular build
1616
- **npm 10.8.2+** - Package manager
1717
- **yarn 1.22.22+** - Alternative package manager (also supported)
1818

1919
### Development Tools Verification
2020
```bash
2121
# Verify versions before starting development
2222
dotnet --version # Must be 9.x
23-
node --version # Should be 20.19.4+
23+
node --version # Should be 22.19.x+
2424
npm --version # Should be 10.8.2+
2525
```
2626

@@ -206,7 +206,7 @@ docker build -t eform-frontend -f Dockerfile-big . # --timeout 900
206206
2. **Node/npm Version Issues**:
207207
```bash
208208
# Check versions
209-
node --version # Should be 20.19.4+
209+
node --version # Should be 22.19.x+
210210
npm --version # Should be 10.8.2+
211211
```
212212

0 commit comments

Comments
 (0)