Skip to content

Commit aaa9b26

Browse files
committed
[meta] add engines.node
1 parent 9abd28f commit aaa9b26

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
@@ -41,5 +41,8 @@
4141
"licenses": "./licensee --errors-only",
4242
"lint": "standard index.js licensee test/**/test.js",
4343
"test": "tap --no-check-coverage tests/unit.test.js tests/**/test.js"
44+
},
45+
"engines": {
46+
"node": ">= 12.22"
4447
}
4548
}

0 commit comments

Comments
 (0)