Skip to content

Commit

Permalink
Allow legacy openssl providers in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 23, 2025
1 parent fb905f9 commit 70b36ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
node-version: 20

- name: Build Webapp
env:
NODE_OPTIONS: "--openssl-legacy-provider"
run: |
cd ./covalent_ui/webapp
yarn install
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- workflow_executor now defaults to the lattice-default executor

### Operations

- Use legacy OpenSSL providers in release.yml build environment. This is a TEMPORARY patch until we can
update the UI dependencies.

## [0.236.0-rc.0] - 2025-01-21

### Authors
Expand Down

0 comments on commit 70b36ee

Please sign in to comment.