Update node.js.yml
This commit is contained in:
parent
d9658c538d
commit
16b690e400
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user