From 12bc90d44f31042cb5a36d0e4994322bbc72d758 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Sat, 13 Apr 2024 16:54:31 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2463274..c88cc52 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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