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
Node.js <= 20 minimum OS is Ubuntu 20.04, but this package has moved to C++20 which is unsupported on Ubuntu 20.04, which leads to tree-sitter/workflows#16
That is, the official workflows to build grammars fail on Ubuntu 20.04 due to this if node-tree-sitter is upgrade to 0.22.0.
The text was updated successfully, but these errors were encountered:
That's prebuildify defaulting to the latest Node.js version for building node-api packages, we will also need to add --target to its invocation with an older version like 20.18.0 that uses C++17. (And also tree-sitter itself not requiring C++20 for this to work).
Node.js <= 20 minimum OS is Ubuntu 20.04, but this package has moved to C++20 which is unsupported on Ubuntu 20.04, which leads to tree-sitter/workflows#16
That is, the official workflows to build grammars fail on Ubuntu 20.04 due to this if node-tree-sitter is upgrade to 0.22.0.
The text was updated successfully, but these errors were encountered: