Version
16.17.1
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
- Observe https://nodejs.org/download/release/v16.17.1/SHASUMS256.txt
In particular:
2f459a64647db493da63c790ce368ad54f59f086d9f22f59c5018680420197b3 win-x64/node.lib
- fetch the file in question
curl https://nodejs.org/download/release/v16.17.1/win-x64/node.lib --output node.lib
- take the sha256sum of this file.
✗ sha256sum node.lib
5792b101d69f08a082ef449a04835fc38574cb54cdc65014c4e78c628c9c2ff1 node.lib
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior?
The expected result is that the values match.
What do you see instead?
They don't match, i.e.
local checksum 5792b101d69f08a082ef449a04835fc38574cb54cdc65014c4e78c628c9c2ff1 not match remote 2f459a64647db493da63c790ce368ad54f59f086d9f22f59c5018680420197b3
Additional information
We have been using node 16.17.1 since early January; only started seeing this issue today.
Version
16.17.1
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
In particular:
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior?
The expected result is that the values match.
What do you see instead?
They don't match, i.e.
Additional information
We have been using node 16.17.1 since early January; only started seeing this issue today.