Skip to content

Commit

Permalink
change node_options again
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Feb 29, 2024
1 parent 5df426b commit 218f2f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
env:
NODE_OPTIONS: "--openssl-legacy-provider"
- run: echo 'NODE_OPTIONS="--openssl-legacy-provider"' >> $GITHUB_ENV
- name: Install dependencies
run: npm i
working-directory: app
Expand All @@ -42,8 +41,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
env:
NODE_OPTIONS: "--openssl-legacy-provider"
- run: echo 'NODE_OPTIONS="--openssl-legacy-provider"' >> $GITHUB_ENV
- name: Install dependencies
run: npm i
working-directory: app
Expand Down

0 comments on commit 218f2f5

Please sign in to comment.