You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts are executed periodically locally or in GitHub Actions. All the data used and the results are stored in this repository. So, it is easy to check the history of the results and the changes over the time.
Important
Some of the scripts might take a while to execute. For example, the script to check the availability of the binaries takes around 30 mins. So, it is recommended to run the scripts locally and not in GitHub Actions.
As well, some of the scripts are HTTP intensive. This can be problematic if the Node.js or io.js servers are under a lot of load. So, it is recommended to run this scripts outside the peak hours.
Actions
The scripts can be triggered manually.
📦 Check Availability. It checks the availability of the binaries in the Node.js and io.js servers. The results will update the reports.
🕵️♂️ Compare checksums. It compares and updates the checksums of the binaries in the Node.js and io.js servers with the checksums in the checksums.json file. If any checksum is different, it will generate an error.