Skip to content

Commit 9ab0417

Browse files
authored
chore: add node engine requirement >=20 (#37)
1 parent c6e233e commit 9ab0417

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
},
3535
"files": [
3636
"src"
37-
]
37+
],
38+
"engines": {
39+
"node": ">=20"
40+
}
3841
}

0 commit comments

Comments
 (0)