Skip to content

Bump @babel/traverse and rxjs-report-usage in /client #246

Bump @babel/traverse and rxjs-report-usage in /client

Bump @babel/traverse and rxjs-report-usage in /client #246

Workflow file for this run

name: laputin
on: [push]
jobs:
backend:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: cd oclif && npm ci && npm run build
env:
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: cd client && npm ci && npm run build && npm run test