Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
node-version:
description: 'The node.js version to use'
required: false
default: '22.11.0'
default: '22.14.0'
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ["24", "22.11.0"]
node-version: ["24", "22", "20.19.4"]
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"files": [
"path-support.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/community-cli-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
}
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/core-cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/debugger-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"BUILD_INFO"
],
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/debugger-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"license": "MIT",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"dependencies": {
"cross-spawn": "^7.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"wait-for-expect": "^3.0.2"
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"hermes-eslint": "0.32.0"
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"hermes-eslint": "0.32.0"
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/gradle-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"scripts": {
"build": "./gradlew build",
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"exports": {
".": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/new-app-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
}
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"files": [
"console.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"license": "MIT",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-babel-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"scripts": {
"build": "yarn clean && node scripts/build.js --verbose",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-compatibility-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"exports": {
".": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"bin": {
"react-native": "cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/rn-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/rn-tester"
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"scripts": {
"start": "react-native start",
Expand Down
2 changes: 1 addition & 1 deletion packages/virtualized-lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion private/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"rxjs": "^7.8.1"
},
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
}
}
2 changes: 1 addition & 1 deletion private/react-native-bots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"devDependencies": {
"@rnx-kit/rn-changelog-generator": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion private/react-native-codegen-typescript-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "TypeScript related unit test for @react-native/codegen",
"license": "MIT",
"engines": {
"node": ">= 22.11.0"
"node": ">= 20.19.4"
},
"scripts": {
"build": "yarn clean && node scripts/build.js --verbose && tsc",
Expand Down
Loading