Update node.js.yml

This commit is contained in:
Michael Mainguy 2024-04-01 07:34:12 -05:00 committed by GitHub
parent d9658c538d
commit 16b690e400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -25,4 +25,4 @@ jobs:
env: env:
VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }} VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }}
VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }} VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }}
NODE_OPTIONS: --max-old-space-size=1024 NODE_OPTIONS: --max-old-space-size=1024