Skip to content

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in the jest group #2936

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in the jest group

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in the jest group #2936

Workflow file for this run

name: Unit tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node_version:
- 16
- 18
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- run: npm ci
- run: npm run build
- run: npm test
env:
CI: true