-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add hermit and update GH actions #436
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #436 +/- ##
=======================================
Coverage 93.35% 93.35%
=======================================
Files 80 80
Lines 23831 23831
Branches 1891 1891
=======================================
Hits 22247 22247
Misses 1544 1544
Partials 40 40
|
TBDocs Report 🛑 Errors: 0 @web5/api
@web5/crypto
@web5/crypto-aws-kms
@web5/dids
@web5/credentials
TBDocs Report Updated at 2024-03-06T16:18:44Z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!
@@ -0,0 +1,21 @@ | |||
#!/bin/bash | |||
# This file must be used with "source bin/activate-hermit" from bash or zsh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phoebe-lew I guess this doesn't support fish
shell but sounds like its possible to use:
https://cashapp.github.io/hermit/faq/#fish-support-via-direnv
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Only question is whether we want to keep node 18 as min or bump to 20
@mistermoe oops, I think we want to update to 20! |
closes #376