node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. Release notes Sourced from actions/download-artifact's releases. v4.3.0 What's Changed feat: implement new artifact-ids input by @βGrantBirki in actions/download-artifact#401 Fix workflow example for downloading by...
Manual backport for v22.x of the changes in https://github.com/nodejs/node/pull/58010 which has been closed in favor of the V8 upgrade https://github.com/nodejs/node/pull/58070 which already contains this change. Original commit message: Enable --perf-prof...
Adds a variant of `ToV8Value` for array of primitives that do not need to throw during conversion - there is essentially no exceptions that can be thrown then you create...
Spinned off from https://github.com/nodejs/node/issues/55417 to discuss about this more generally. While it can be abused and lead to unwanted issues, I think CLI tools tend to inevitably want to do...
I am not sure why but locally using `vcbuild.bat` never gives me real incremental builds - I am on a fairly old laptop, running `vcbuild.bat` again on an already built...
`OPENSSL_TLS_SECURITY_LEVEL` isn't defined at all in BoringSSL and will cause compilation failures. Ref https://github.com/nodejs/node/pull/57323 Ref https://github.com/nodejs/node/pull/56601 See [boringssl search results](https://source.chromium.org/search?q=OPENSSL_TLS_SECURITY_LEVEL&sq=package:chromium)
Exposes the internal `guessHandleType` function, which can be used to see if a handle has a specific type, regardless of the OS it is on. This helps out with detecting,...
### Version 21.5.0 ### Platform ```text Darwin COMP-F2RFYQPYC7 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:32:50 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6041 arm64 arm Darwin ``` ### Subsystem module ### What steps...
### What is the problem this feature will solve? the save of the blocklist into the disk to not have do reblock manualy ### What is the feature you are...
As in title - this PR makes crypto tests work with BoringSSL. Similar to previous PRs.