Skip to content

Commit c7a517d

Browse files
committed
chore: add engines field to package.json
semi-randomly selected node 14, everyone should be over that? not intended to be a breaking change
1 parent d2ac4b5 commit c7a517d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
},
5858
"publishConfig": {
5959
"access": "public"
60+
},
61+
"engines": {
62+
"node": ">=14"
6063
}
6164
}

0 commit comments

Comments
 (0)