apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

breaking: use latest platform & development tools #200

Closed erisu closed 4 years ago

erisu commented 4 years ago

Motivation, Context & Description

IMO when the plugins are tested it might be best to test against the latest release even if the CLI/Lib pinning has not been updated.

This PR updates the platform to use @latest to ensure that npm installs the latest release and not the pinned version from cordova-lib.

Additionally, to be inline with the current @latest platforms, the development environment & tools were updated.