Skip to content

Commit

Permalink
fix: update node engine to >=16 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikassharma96 authored Dec 15, 2024
1 parent 0bbc1bd commit e9f6ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"node": "16.14.2"
},
"engines": {
"node": ">=18"
"node": ">=16"
},
"codegenConfig": {
"name": "RNKeychainSpec",
Expand Down

0 comments on commit e9f6ac4

Please sign in to comment.