Compare commits

...

5 Commits

4 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm install -g yarn
- run: cd packages/api/ && yarn && yarn build
- run: du -sh
- run: du -sh

View File

@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm install -g yarn
- run: cd apps/cli/ && yarn && yarn build && yarn r
- run: shx help
- run: du -sh
- run: du -sh

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm install -g yarn
- run: cd apps/web/ && yarn && yarn build
- run: du -sh
- run: du -sh

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm install -g yarn
- run: cd apps/discord/ && yarn && yarn build
- run: du -sh
- run: du -sh