Skip to content

chore(deps): bump ua-parser-js from 0.7.32 to 0.7.35 #51

chore(deps): bump ua-parser-js from 0.7.32 to 0.7.35

chore(deps): bump ua-parser-js from 0.7.32 to 0.7.35 #51

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run build -c production
- run: npm run format:check
- run: npm run lint
- run: npm test -- --watch=false --progress=false --browsers=ChromeHeadlessCI