Skip to content

Bump qs from 6.14.1 to 6.14.2 in the npm_and_yarn group across 1 directory #156

Bump qs from 6.14.1 to 6.14.2 in the npm_and_yarn group across 1 directory

Bump qs from 6.14.1 to 6.14.2 in the npm_and_yarn group across 1 directory #156

Workflow file for this run

name: 'Unit Tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build:client:all