Update node.js.yml

This commit is contained in:
Michael Mainguy 2024-04-13 16:54:31 -05:00 committed by GitHub
parent 1116f1ae3f
commit 12bc90d44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ jobs:
env:
VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }}
VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }}
VITE_CREATE_ENDPOINT: ${{ secrets.VITE_CREATE_ENDPOINT }}
NODE_OPTIONS: --max-old-space-size=4096
- name: Archive production artifacts
uses: actions/upload-artifact@v4