sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.5k stars 1.33k forks source link

Node 21 (module 120) pre-built binaries #3405

Open boenrobot opened 4 months ago

boenrobot commented 4 months ago

It seems like node-sass 9.0.0 is compatible with Nodejs 21, in that it builds and runs successfully.

However, there are no pre-built binaries for it... which is fair, since Nodejs 21 did not exist at the time of release of 9.0.0. Could you please add ones? Or if necessary, maybe make a 9.0.1 release that does nothing but add such pre-built binaries? It really helps with improving DX and minimizing CI build times.