Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /frontend (#2033) #13779

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /frontend (#2033)

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /frontend (#2033) #13779

Workflow file for this run

name: Frontend lint and tests
on: [push, pull_request]
defaults:
run:
working-directory: frontend
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn install --frozen-lockfile
- run: ./scripts/generate-services-from-openapi.sh
- run: yarn test
- run: yarn lint