dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
57 stars 103 forks source link

Update NodeJS on Windows for Wasm tests #937

Closed ilonatommy closed 10 months ago

ilonatommy commented 10 months ago

Motivation: we are running the same test on Linux and Windows, using NodeJS. Because the response of APIs differ between NodeJS versions, one OS fails, the other passes. We would like to keep it consistent.

Sample run with this situation: https://dev.azure.com/dnceng-public/public/_build/results?buildId=489358&view=results. Why this version - in the quoted run we can see logs from Linux

[17:05:45] info: Using js engine NodeJS from path /usr/bin/node
[17:05:45] info: v18.17.1

the version is copied from there.