Skip to content

Commit 00c217d

Browse files
committed
🔧 Add node version on the package.json file
1 parent badbb5c commit 00c217d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.16.0",
44
"description": "A React Native package to interact with Apple HealthKit",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=16.0.0"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "git+https://github.com/agencyenterprise/react-native-healthkit.git"
@@ -30,4 +33,4 @@
3033
"dependencies": {
3134
"@expo/config-plugins": "^6.0.1"
3235
}
33-
}
36+
}

0 commit comments

Comments
 (0)