siefkenj / unified-latex

Utilities for parsing and manipulating LaTeX ASTs with the Unified.js framework
MIT License
85 stars 20 forks source link

Enable caching feature of wireit in GitHub Actions #91

Closed pddg closed 5 months ago

pddg commented 5 months ago

wireit has its own caching feature. This PR enables it by adding the action provided officially. https://github.com/google/wireit?tab=readme-ov-file#github-actions-caching

And, I added Node v20.x to the target of CI.

siefkenj commented 5 months ago

Thanks for the contribution! But I don't want to enable caching. In my experience it is very easy to misconfigure wireit and its cache may cover up a build error. I want the CI builds to start fresh, without any cache :-)

pddg commented 5 months ago

Oh, I see. I will add Node v20 to the build matrix in a separate PR.