Commit 7fa4a76
feat: bump node version to 18 (#418)
### Summary
This bumps the node version of the project to `v18.12.0`(18 LtS)
#### Why?
1. Node.js 16 LTS is coming to end-of-life later this year.
[Source](https://nodejs.org/en/blog/announcements/nodejs16-eol)
2. You are not able to install the dependencies of react native example
app anymore. It raises the following error:
```
error metro-config@0.77.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.18.1"
```
### Test plan
As this doesn't add any feature, we need to make sure the core
functionality is not broken and all the CI checks pass.
---------
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>1 parent 2fe844a commit 7fa4a76
File tree
3 files changed
+5
-5
lines changed- packages/create-react-native-library
- src/utils
- templates/common
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments