diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index cd319fb..575513b 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -3,7 +3,6 @@ on: workflow_dispatch env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - NODE_OPTIONS: --openssl-legacy-provider jobs: build: @@ -13,8 +12,8 @@ jobs: uses: actions/checkout@v3 - id: build run: | - npm install - npm run all + NODE_OPTIONS=--openssl-legacy-provider npm install + NODE_OPTIONS=--openssl-legacy-provider npm run all - uses: ./ with: status: ${{ job.status }} diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index c75bf95..b3406c2 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -5,7 +5,6 @@ on: env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - NODE_OPTIONS: --openssl-legacy-provider jobs: build: