Skip to content

Commit 310e511

Browse files
authored
feat!: Specify minimum NodeJS version: v18 (#32)
1 parent 51ff86a commit 310e511

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
@@ -33,6 +33,9 @@
3333
},
3434
"homepage": "https://wjsoftware.github.io/wjfe-async-workers/",
3535
"license": "MIT",
36+
"engines": {
37+
"node": ">=18.0.0"
38+
},
3639
"devDependencies": {
3740
"@types/chai": "^5.2.2",
3841
"@types/mocha": "^10.0.10",

0 commit comments

Comments
 (0)