Skip to content

chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (#379) #1185

chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (#379)

chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (#379) #1185

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run check:types
- run: npm test
- name: 'Build web app artifacts'
run: npm run build
- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist