nushell / tree-sitter-nu

A tree-sitter grammar for nu-lang, the language of nushell
MIT License
122 stars 27 forks source link

Fix typo #37

Closed kit494way closed 11 months ago

kit494way commented 11 months ago

Fix some typos

fdncred commented 11 months ago

not sure what's going on with the ci failures.

kit494way commented 11 months ago

The same error occurs on the main branch.

Unfortunately old image was used in ci.

Runner Image Image: macos-12 Version: 20231029.1 Included Software: https://github.com/actions/runner-images/blob/macOS-12/20231029.1/images/macos/macos-12-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/macOS-12%2F20231029.1

On this image, node-gyp@9.4.0 and Python 3.12 is used. Python 3.12 removed distutils and node-gyp@9.4.0 does not support Python 3.12. Updating npm will fix the failure, because node-gyp is installed as dependency of npm.

amtoine commented 11 months ago

let's try the CI :crossed_fingers:

fdncred commented 11 months ago

Wondering if this will fix the problem? https://github.com/prettier/prettier/issues/7853#issuecomment-603843422

fdncred commented 11 months ago

yay!