Skip to content

Commit 2a6d63d

Browse files
authored
Merge pull request #41802 from Expensify/andrew-latest-node-20
Use latest React 20 in order to fix `npm install` issues on CI/CD
2 parents c70609b + 6e750a6 commit 2a6d63d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
20.13.0

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"react-content-loader": "^7.0.0",
131131
"react-dom": "18.1.0",
132132
"react-error-boundary": "^4.0.11",
133-
"react-fast-pdf": "^1.0.12",
133+
"react-fast-pdf": "1.0.13",
134134
"react-map-gl": "^7.1.3",
135135
"react-native": "0.73.4",
136136
"react-native-android-location-enabler": "^2.0.1",
@@ -327,7 +327,7 @@
327327
]
328328
},
329329
"engines": {
330-
"node": "20.10.0",
331-
"npm": "10.2.3"
330+
"node": "20.13.0",
331+
"npm": "10.5.2"
332332
}
333333
}

0 commit comments

Comments
 (0)