Skip to content

fix(deps): bump rimraf from 5.0.5 to 6.0.1 #3017

fix(deps): bump rimraf from 5.0.5 to 6.0.1

fix(deps): bump rimraf from 5.0.5 to 6.0.1 #3017

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: cd apps/server && pnpm prisma generate && cd ../../
- run: pnpm run lint
production-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: cd apps/server && pnpm prisma generate && cd ../../
- run: pnpm run build