Closed pddg closed 8 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 :-)
Oh, I see. I will add Node v20 to the build matrix in a separate PR.
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.