Skip to content

Commit d133e8d

Browse files
committed
update README
1 parent 3a6413e commit d133e8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ perform too well in the 1MiB file. We will keep optimizing for that.
218218

219219
- Add `TemplateReplaceStream.replaceAsync()` that directly returns a `Promise<Buffer>` with the result
220220
- Add `TemplateReplaceStream.replaceStringAsync()` that directly returns a `Promise<string>` with the result
221-
- Drop support for Node.js 16
222-
- Add CI on Node.js 24
221+
- Drop support for Node.js 16 and 18 (EOL) and add support for 24
223222

224223
### 2.1.2
225224

template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ perform too well in the 1MiB file. We will keep optimizing for that.
112112

113113
- Add `TemplateReplaceStream.replaceAsync()` that directly returns a `Promise<Buffer>` with the result
114114
- Add `TemplateReplaceStream.replaceStringAsync()` that directly returns a `Promise<string>` with the result
115-
- Drop support for Node.js 16
116-
- Add CI on Node.js 24
115+
- Drop support for Node.js 16 and 18 (EOL) and add support for 24
117116

118117
### 2.1.2
119118

0 commit comments

Comments
 (0)