Add more comprehensive CI testing.
General is used for all non-native tests and Lint (running in parallel) - using latest node.js (18)
And native tests using nodejs from v12 to v18 on linux, windows and macos.
Concept ack, can you fix the lint error and push so we can see all the tests run again? Looks like the function hash256 can either be removed or just exported.
Add more comprehensive CI testing. General is used for all non-native tests and Lint (running in parallel) - using latest node.js (18) And native tests using nodejs from v12 to v18 on linux, windows and macos.