apache / cordova-fetch

Apache Cordova Fetch Library
https://cordova.apache.org/
Apache License 2.0
27 stars 27 forks source link

ci: test with Node 16 instead of 15 for already correct version of npm@7 #94

Closed ath0mas closed 3 years ago

ath0mas commented 3 years ago

Platforms affected

test

Motivation and Context

Node.js 16 is the future LTS and providing npm@7 > 7.2 already.

Description

Use of node 16.x to replace 15.x with custom npm@7 update from #91.

Testing

Local npm cit success on:

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #94 (982e6d5) into master (f974d86) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files           1        1           
  Lines          60       60           
=======================================
  Hits           56       56           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f974d86...982e6d5. Read the comment docs.

breautek commented 3 years ago

Progresses https://github.com/apache/cordova/issues/286