Skip to content

Commit

Permalink
feat: Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Nov 14, 2023
1 parent a9712cc commit fe6968f
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.15.0
20.9.0
6 changes: 3 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
},
"build": {
"development": {
"node": "18.15.0",
"node": "20.9.0",
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"node": "18.15.0",
"node": "20.9.0",
"android": {
"buildType": "app-bundle"
},
Expand All @@ -21,7 +21,7 @@
},
"production": {
"distribution": "store",
"node": "18.15.0",
"node": "20.9.0",
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
Expand Down
Loading

0 comments on commit fe6968f

Please sign in to comment.