Skip to content

Commit

Permalink
Add now required Node option (for webpack?) in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 8, 2023
1 parent e1ab70f commit 740b12b
Showing 1 changed file with 2 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 @@ -22,3 +22,5 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
# See https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/69699772#69699772
NODE_OPTIONS: "--openssl-legacy-provider"

0 comments on commit 740b12b

Please sign in to comment.