tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
374 stars 45 forks source link

chore: specify node version for contributors #139

Closed mikavilpas closed 3 months ago

mikavilpas commented 3 months ago

This can prevent issues with contributors using different and unspecified versions of npm and node.

The typical way to use this is with nvm use when the shell is currently in the project directory.

The same node version is used as in the github publish job https://github.com/tree-sitter-grammars/tree-sitter-markdown/actions/runs/8272031032/job/22633074383

See https://github.com/nvm-sh/nvm

ObserverOfTime commented 3 months ago

Thanks but this is not needed. The package works with other Node versions too.