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

Update CI workflows #61

Merged
merged 2 commits into from Apr 23, 2024
Merged

Update CI workflows #61

merged 2 commits into from Apr 23, 2024

Conversation

bauglir
Copy link
Owner

@bauglir bauglir commented Apr 23, 2024

Upgrades the action setting up Julia to ensure it is compatible with Node.js v20 runtimes and enables caching of Julia depots to try to speed up workflow runs.

Version 1 of the action was a Node.js v16 action. Node.js v16 as a
runtime will be disabled in the near future[^1], therefore migration to
a version relying on the Node.js v20 runtime is necessary.

[^1]: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This should speed up workflow runs (at least on subsequent builds for
the same PR/branch) and is recommended by the `julia-buildpkg`
action[^1].

[^1]: https://github.com/bauglir/Kroki.jl/actions/runs/8798251759
@bauglir bauglir self-assigned this Apr 23, 2024
Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (35c3f55) to head (1a7692b).

Additional details and impacted files
@@              Coverage Diff              @@
##           development       #61   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files                5         5           
  Lines              146       146           
=============================================
  Hits               146       146           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bauglir bauglir merged commit 8bc567a into development Apr 23, 2024
12 checks passed
@bauglir bauglir deleted the update-ci branch April 23, 2024 10:42
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.

None yet

1 participant