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

Fixing the crypto library issue in version v18.x from the GitHub workflow #9

Open
abroa01 opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@abroa01
Copy link
Collaborator

abroa01 commented Nov 21, 2024

The current GitHub Actions workflow is encountering a runtime error: crypto is not defined. This issue occurs in the Node.js v18.x environment because the crypto module, which is part of the Node.js standard library, has not been explicitly imported. The error is impacting the functionality of the openid-client library or other related code dependencies that rely on cryptographic operations
image

There is a PR which is pending for merge because of this issue -

#8

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

No branches or pull requests

2 participants