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

Fix: Circle CI Build Failure (#136) #137

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

kikuomax
Copy link
Contributor

@kikuomax kikuomax commented Oct 2, 2023

Fixes:

Proposed Changes

  • Bump the Node version required by CircleCI to the current LTS version v18.18.
  • Include --openssl-legacy-provider option in NODE_OPTIONS environment variable before running test. This will work around the OpenSSL issue of an older Webpack.

- It seems CircleCI has not been working since a while ago, because some
  dependencies require a newer Node than v8.x. Bumps the Node version to
  the current LTS version v18.18. However, this may break existing
  tests.
- Includes `--openssl-legacy-provider` option in `NODE_OPTIONS`
  environment variable before running the test. This will work around
  the OpenSSL issue of Webpack 4.
@kikuomax kikuomax changed the title Circle CI Build Failure (#136) Fix: Circle CI Build Failure (#136) Oct 2, 2023
@wesdevpro wesdevpro merged commit eff99a7 into buefy:master Oct 2, 2023
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.

Circle CI Build Failure
2 participants