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