Skip to content

Commit da46829

Browse files
author
Taniya Mathur
committed
Add .npmrc with engine-strict=true to enforce Node.js 22.12+ and npm 11+ requirements
- Ensures npm install/ci fails immediately if version requirements aren't met - Prevents build issues from incompatible Node.js/npm versions - Complements package.json engines configuration
1 parent 2296a26 commit da46829

File tree

2 files changed

+767
-22
lines changed

2 files changed

+767
-22
lines changed

src/ui/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# .npmrc
2+
engine-strict=true

0 commit comments

Comments
 (0)