Skip to content

Commit 84f08ea

Browse files
committed
chore: specify minimum supported Node version
1 parent 3571a45 commit 84f08ea

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
@@ -80,6 +80,9 @@
8080
"bugs": {
8181
"url": "https://github.com/Workfront/workfront-api/issues"
8282
},
83+
"engines" : {
84+
"node" : ">=14.0.0"
85+
},
8386
"publishConfig": {
8487
"registry": "https://registry.npmjs.com/"
8588
},

0 commit comments

Comments
 (0)