Skip to content

Commit

Permalink
chore: update node options for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
justynoh committed May 16, 2023
1 parent 82d92e4 commit d6289ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
build:
needs: install
runs-on: ubuntu-latest
env:
NODE_OPTIONS: '--max-old-space-size=4096 --openssl-legacy-provider'
steps:
- uses: actions/checkout@v2
- run: mkdir -p build-output/
Expand All @@ -57,6 +55,8 @@ jobs:
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build
env:
NODE_OPTIONS: '--max-old-space-size=4096 --openssl-legacy-provider'
- name: Upload build files
uses: actions/upload-artifact@v2
if: always()
Expand Down

0 comments on commit d6289ca

Please sign in to comment.