apache / cordova-plugin-vibration

Apache Cordova Vibration Plugin
https://cordova.apache.org/
Apache License 2.0
127 stars 129 forks source link

chore: drop Node.js v4 support from AppVeyor #76

Closed timbru31 closed 5 years ago

timbru31 commented 5 years ago

Part of apache/cordova#72

Platforms affected

n/a - development

Motivation and Context

Drops EOL Node.js 4 from CI config. BREAKING CHANGE! :)

Description

see above.

Testing

TravisCI and Appveyor test results.

Checklist

janpio commented 5 years ago

Uh, this should get an issue in https://github.com/apache/cordova as a collection for all plugins. Then all the PRs can link to that issue, we can make sure all plugins were taken care of etc.

Is this already based on something we did for another Cordova repo? (these CI configs should be pretty much copy/paste to all similar repos in the best case)

timbru31 commented 5 years ago

We had https://github.com/apache/cordova/issues/5, but just for tooling and platforms

janpio commented 5 years ago

Yeah, go ahead and create a new one. It's worth to centralize these things, otherwise someone will have to go through all repos in the future and make sure the all use the same config.

timbru31 commented 5 years ago

There we go: https://github.com/apache/cordova/issues/72

janpio commented 5 years ago

Great. See my PR comments on https://github.com/apache/cordova-plugin-statusbar/pull/124/files before you continue please.

timbru31 commented 5 years ago

@janpio - ready for review now

timbru31 commented 5 years ago

CI passes again, see https://github.com/apache/cordova/issues/72#issuecomment-486007935 - I've used the same matrix as in https://github.com/apache/cordova-paramedic.
If paramedic is finished I can continue to update the other plugins. /cc @erisu

janpio commented 5 years ago

We have a passing state at paramedic, so now we'll see what happens with the first plugins. https://github.com/apache/cordova-plugin-inappbrowser/pull/465 is the other first try to adapt the configuration from there.

I think you missed the local test for your adaptation here. But all the tests passing is nice.

timbru31 commented 5 years ago

I think you missed the local test for your adaptation here.

Indeed

timbru31 commented 5 years ago

Obsolete with #80 - whoops, AppVeyor is still relevant.