Skip to content

Commit

Permalink
fix: EAS Node Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch committed Dec 22, 2024
1 parent 13b0666 commit e189de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"env": {
"EXPO_ENV": "dev"
},
"node": "20.15.1",
"node": "20.18.0",
"ios": {
"cocoapods": "1.16.2"
},
Expand All @@ -26,7 +26,7 @@
"buildType": "app-bundle",
"resourceClass": "large"
},
"node": "20.15.1",
"node": "20.18.0",
"ios": {
"resourceClass": "large",
"cocoapods": "1.16.2"
Expand Down

0 comments on commit e189de6

Please sign in to comment.