Commit 5831e2a
Breaking: Update minimum Node.js version to 22.14.0
Summary:
Update Metro's minimum Node.js version to align with the React Native bump for RN 0.81: facebook/react-native#51840
This is in preparation for the next Metro major (0.83), which we'll bump to for the RN 0.81 release.
Changelog:
```
- **[Breaking]**: Require Node.js >= 22.14.0
```
Rollback Plan:
Differential Revision: D780274081 parent 0001207 commit 5831e2a
File tree
4 files changed
+3
-5
lines changed- .github/workflows
- packages/metro-runtime
4 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
0 commit comments