Update build-pull-request.yml

This commit is contained in:
Krishan 2023-03-29 14:07:44 +11:00 committed by GitHub
parent ca1ae846a4
commit 3e7b975577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build app
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build
- name: Upload artifact
uses: actions/upload-artifact@v3.1.1