Skip to content

Commit 7e79b8f

Browse files
committed
feat: support Node.js 20, 22, 23 and drop support for 14, 16, 18
1 parent 2b8d39c commit 7e79b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_common/package.json.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"main": "dist/index.js",
1818
"types": "dist/index.d.ts",
1919
"engines": {
20-
"node": "14 || 16 || 18"
20+
"node": "20 || 22 || 23"
2121
},
2222
"scripts": {
2323
<% if (features.includes('build')) { -%>

0 commit comments

Comments
 (0)