APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.27k stars 646 forks source link

Upgrade Node in CI to latest LTS version #470

Closed davwheat closed 3 years ago

davwheat commented 3 years ago

CI is currently failing as it's using Node 10.4.0, and ESLint requires at least 10.13.0.

This PR upgrades Node to the latest LTS version, 14.15.1.

slorber commented 3 years ago

oups sorry, already done that in another pr