electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications
https://native.electrode.io
Other
723 stars 113 forks source link

CI: Remove Node.js 12, add Node.js 18 #1880

Closed friederbluemle closed 1 year ago

friederbluemle commented 1 year ago

Node.js 12 is end-of-life (and also deprecated on GitHub Actions). Remove it from CI matrix build, and add Node.js 18 instead.

image

~This also removes the engines restriction from package.json.~ (will be done in separate PR).