Merge branch 'dev' into dependabot/npm_and_yarn/axios-1.6.5

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2024-01-08 19:32:40 +05:30 committed by GitHub
commit f254259698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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