Skip to content

Commit

Permalink
arranger: legacy openssl provider for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Jan 9, 2022
1 parent c004564 commit 42fb6c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-arranger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
python3 -m venv /tmp/photons
/tmp/photons/bin/python -m pip install -e modules
/tmp/photons/bin/python -m pip install -e apps/arranger
NODE_ENV=production /tmp/photons/bin/lifx arranger_assets static
export NODE_OPTIONS=--openssl-legacy-provider
export NODE_ENV=production
/tmp/photons/bin/lifx arranger_assets static
if ! ls apps/arranger/arranger/static/dist/prod/static/*.js > /dev/null; then
ls -R apps/arranger/arranger/static/dist/prod
echo "Couldn't find any javascript!"
Expand Down

0 comments on commit 42fb6c2

Please sign in to comment.