Skip to content

Commit 5b01e9f

Browse files
authored
chore(release): Increment EAS node version (#6636)
### Description <!-- A few sentences describing the overall effects and goals of the pull request's commits. What is the current behavior, and what is the updated/expected behavior with this PR? --> ### Test plan <!-- Demonstrate the change is solid, or why it doesn't need testing. Example: add any manual testing steps or scenarios (if not obvious), screenshots / videos if the pull request changes the user interface. --> ### Related issues - Fixes #[issue number here] ### Backwards compatibility <!-- Brief explanation of why these changes are/are not backwards compatible. --> ### Network scalability If a new NetworkId and/or Network are added in the future, the changes in this PR will: - [ ] Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)
1 parent 9abbba7 commit 5b01e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"base": {
2121
"autoIncrement": true,
2222
"distribution": "store",
23-
"node": "22.14.0",
23+
"node": "22.15.0",
2424
"env": {
2525
"EXPO_NO_TELEMETRY": "1"
2626
}

0 commit comments

Comments
 (0)