Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Node.js 20.3.0 as dev/CI Node.js version #2851

Closed
char0n opened this issue Jun 14, 2023 · 1 comment
Closed

Use Node.js 20.3.0 as dev/CI Node.js version #2851

char0n opened this issue Jun 14, 2023 · 1 comment
Assignees

Comments

@char0n
Copy link
Member

char0n commented Jun 14, 2023

It's faster than 16.13.2 (which we currently use) which might save us some processing time. It also comes with newer and faster version of npm. On top of that some of our dependency started to complain that they need higher version than 16.13.2.

NOTE 1:
Unable to use Node.js@20.3.0 - tree-sitter/node-tree-sitter#127. Falling back to latest Node.js@18.16.0. This is the version that tree-sitter still works.

NOTE 2:
To use WASM files in Node.js environment, tree-sitter-cli and web-tree-sitter needed to be updated to v0.20.8. web-tree-sitter stopped working in Node.js environment.

@char0n
Copy link
Member Author

char0n commented Jun 15, 2023

tree-sitter@0.20.2 was released which adds support for Node@20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant