Skip to content

Commit

Permalink
Merge pull request #41802 from Expensify/andrew-latest-node-20
Browse files Browse the repository at this point in the history
Use latest React 20 in order to fix `npm install` issues on CI/CD
  • Loading branch information
roryabraham authored May 11, 2024
2 parents c70609b + 6e750a6 commit 2a6d63d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.13.0
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"react-content-loader": "^7.0.0",
"react-dom": "18.1.0",
"react-error-boundary": "^4.0.11",
"react-fast-pdf": "^1.0.12",
"react-fast-pdf": "1.0.13",
"react-map-gl": "^7.1.3",
"react-native": "0.73.4",
"react-native-android-location-enabler": "^2.0.1",
Expand Down Expand Up @@ -327,7 +327,7 @@
]
},
"engines": {
"node": "20.10.0",
"npm": "10.2.3"
"node": "20.13.0",
"npm": "10.5.2"
}
}

0 comments on commit 2a6d63d

Please sign in to comment.