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

Use native crypto package from node #1815

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

mydea
Copy link
Contributor

@mydea mydea commented Aug 30, 2024

Closes #1614

As far as I can tell, there is no need to actually have this dependency anymore, it should just use the native module instead. This trips up certain bundlers, probably because the package is not really correct - it refers to a index.js entrypoint that does not exist (I suspect node does some internal stuff for this??) - see https://www.npmjs.com/package/crypto?activeTab=code

@mydea mydea requested a review from a team as a code owner August 30, 2024 07:32
@JoannaaKL JoannaaKL merged commit c18a7d2 into actions:main Oct 7, 2024
robherley added a commit that referenced this pull request Oct 8, 2024
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.

@actions/artifact dependency crypto is deprecated
2 participants