Skip to content

Commit 6856ffe

Browse files
committed
drop support for node 18
1 parent 380bc25 commit 6856ffe

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
@@ -26,7 +26,7 @@
2626
"jest": "^29.1.1"
2727
},
2828
"engines": {
29-
"node": ">=18"
29+
"node": ">=20"
3030
},
3131
"scripts": {
3232
"lint": "eslint lib",

0 commit comments

Comments
 (0)