Skip to content

Commit

Permalink
Define NODE_OPTIONS in workflow
Browse files Browse the repository at this point in the history
Add NODE_OPTIONS according to actions/setup-node#356 for the specific step of the workflow.
  • Loading branch information
Andreas61129 committed Apr 6, 2024
1 parent fec152f commit c8df0b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
run: |
npm install
./node_modules/.bin/ng build --prod --output-path build --base-href="https://linkit-tech.github.io/signature-generator/"
env:
NODE_OPTIONS: "--openssl-legacy-provider"

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
Expand Down

0 comments on commit c8df0b4

Please sign in to comment.