File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments