Skip to content

Commit ad9afb0

Browse files
feat: [BREAKING] Set minimum Node.js to 20+ (#376)
Co-authored-by: Claude <[email protected]>
1 parent 4d7f56f commit ad9afb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "dist/index.d.ts",
1111
"sideEffects": false,
1212
"engines": {
13-
"node": ">=8.0.0"
13+
"node": ">=20.0.0"
1414
},
1515
"scripts": {
1616
"clean": "rimraf dist",

0 commit comments

Comments
 (0)