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

Prebuild most Node and Electron versions in CI #145

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

verhovsky
Copy link
Collaborator

@verhovsky verhovsky commented Jun 22, 2023

Run

npx prebuild -t 10.0.0 -t 12.0.0 -t 14.0.0 -t 16.0.0 -t 18.0.0 -t 20.0.0 --strip
npx prebuild -r electron -t 3.0.0 -t 4.0.0 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0 -t 25.0.0 --strip

in the CI under Node 16, 18 and 20 on Windows Server 2019, macOS 12 and Ubuntu 22.04. It won't work on Node 18+ before superstring is removed (#141), after that it won't work on Windows on Electron 13+, so the CI will start failing for all PRs but at least we can see the problem.

@verhovsky verhovsky merged commit ef43960 into tree-sitter:master Jun 22, 2023
14 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant