Update netlify-dev.yml

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

View file

@ -20,6 +20,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build app
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03