apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 987 forks source link

fix(ci): Drop NodeJS 14 tests for non-darwin jobs #1307

Closed breautek closed 1 year ago

breautek commented 1 year ago

Platforms affected

CI

Motivation and Context

non-darwin jobs is still testing with NodeJS 14 which isn't a supported environment anymore since https://github.com/apache/cordova-ios/pull/1305

Description

Dropped NodeJS 14 from non-darwin test matrix.

Testing

CI will do it's thing.

Checklist