danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

CI build matrix is configured incorrectly #111

Closed 10xjs closed 3 years ago

10xjs commented 3 years ago

image

All CI executions use the latest version of node rather than the versions defined in the matrix.

This has suddenly surfaced as an issue following the release of node 14.x which cannot be installed on x86 (see https://github.com/appveyor/ci/issues/3407#issuecomment-680316850)