Skip to content

Commit 27d8e69

Browse files
Merge pull request #44 from FOSSFORGE/node
Upgrade NodeJS engine to 24<=25 and upgrade @types/node to 24
2 parents 6a9f674 + a68e90c commit 27d8e69

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> High-performance HTTP and WebSocket platform adapter for NestJS using uWebSockets.js
88
99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10-
[![Node.js Version](https://img.shields.io/badge/node-20%20%7C%2022%20%7C%2024%20%7C%2025-brightgreen)](https://nodejs.org)
10+
[![Node.js Version](https://img.shields.io/badge/node-24%20%7C%2025-brightgreen)](https://nodejs.org)
1111
[![CodeFactor](https://www.codefactor.io/repository/github/fossforge/uwestjs/badge)](https://www.codefactor.io/repository/github/fossforge/uwestjs)
1212

1313
uWestJS is a high-performance platform adapter for NestJS, powered by [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js). It provides both HTTP and WebSocket capabilities with significantly better performance while maintaining full compatibility with NestJS decorators and patterns you already know.
@@ -99,12 +99,12 @@ pnpm add uwestjs
9999

100100
## Requirements
101101

102-
- Node.js 20, 22, 24, or 25
102+
- Node.js 24 or 25
103103
- NestJS >= 11.0.0
104104
- TypeScript >= 6.0.0
105105

106106
### Note
107-
- Supported Node.js versions: 20, 22, 24, 25
107+
- Supported Node.js versions: 24, 25
108108
- If you experience installation or runtime issues, run `npm cache clean --force` before installing
109109

110110

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@types/jest": "^30.0.0",
9494
"@types/mime-types": "^3.0.1",
9595
"@types/ms": "^2.1.0",
96-
"@types/node": "^20.0.0",
96+
"@types/node": "^24.0.0",
9797
"@types/range-parser": "^1.2.7",
9898
"@typescript-eslint/eslint-plugin": "^8.0.0",
9999
"@typescript-eslint/parser": "^8.0.0",
@@ -111,6 +111,6 @@
111111
"typescript": "^6.0.0"
112112
},
113113
"engines": {
114-
"node": ">=20.0.0"
114+
"node": ">=24.0.0 <=25"
115115
}
116116
}

0 commit comments

Comments
 (0)