Skip to content

Commit dc06465

Browse files
committed
fix: add Node.js version requirement note to installation section
- Clarify minimum Node.js version requirement (>=18.0.0) - Improve installation documentation for better user guidance
1 parent c7c5af7 commit dc06465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ yarn add nestjs-worker
3232
pnpm add nestjs-worker
3333
```
3434

35+
> **Note**: Requires Node.js >=18.0.0
36+
3537
## 🎯 Quick Start
3638

3739
### 1. Define a Worker

0 commit comments

Comments
 (0)