Skip to content

🚚 chore(deps-dev): Bump @types/node from 22.8.7 to 22.9.0 #1171

🚚 chore(deps-dev): Bump @types/node from 22.8.7 to 22.9.0

🚚 chore(deps-dev): Bump @types/node from 22.8.7 to 22.9.0 #1171

Workflow file for this run

name: Test configuration
on:
push:
pull_request:
branches:
- master
jobs:
run-tests:
name: Run all unit tests and generate coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install packages
run: yarn install
- name: Lint package
run: yarn lint
- name: Run tests
run: yarn test
- name: Create coverage report
run: yarn coverage