Skip to content

Commit 13d8d14

Browse files
committed
misc: Specify the lowest version of the Node.js to support
1 parent f7938e3 commit 13d8d14

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"standard": "^14.3.3",
1616
"workshopper-adventure-test": "^1.2.0"
1717
},
18+
"engines": {
19+
"node": ">=12.22.4"
20+
},
1821
"license": "MIT",
1922
"main": "./index.js",
2023
"preferGlobal": true,

0 commit comments

Comments
 (0)