Skip to content

Commit 863a03d

Browse files
committed
chore(package): add engines.node field
1 parent 055b5ca commit 863a03d

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
@@ -11,6 +11,9 @@
1111
"dev": "npm test -- --auto-watch --no-single-run",
1212
"test": "karma start karma.conf.cjs"
1313
},
14+
"engines": {
15+
"node": ">= 14.20"
16+
},
1417
"repository": {
1518
"type": "git",
1619
"url": "https://github.com/bpmn-io/path-intersection"

0 commit comments

Comments
 (0)