Skip to content

Commit 0da43ae

Browse files
committed
drop unsupported node versions
1 parent b55516e commit 0da43ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"type": "module",
1717
"engines": {
18-
"node": ">=18"
18+
"node": ">=20"
1919
},
2020
"scripts": {
2121
"lint": "eslint lib/*.js test/*.js index.js",

0 commit comments

Comments
 (0)