From 16b690e4004f096f92e7c79f1edecae81218fd4c Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Mon, 1 Apr 2024 07:34:12 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6924cb3..498eb1f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -25,4 +25,4 @@ jobs: env: VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }} VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }} - NODE_OPTIONS: --max-old-space-size=1024 \ No newline at end of file + NODE_OPTIONS: --max-old-space-size=1024