Skip to content

Commit df07b27

Browse files
committed
Add node version requirement
1 parent fd20718 commit df07b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"scripts": {
3535
"test": "standard && tape test/*.js"
3636
},
37+
"engines": {
38+
"node": ">=12.10"
39+
},
3740
"funding": [
3841
{
3942
"type": "github",

0 commit comments

Comments
 (0)