Skip to content

chore(deps-dev): bump @types/node from 22.4.0 to 22.4.1 #49

chore(deps-dev): bump @types/node from 22.4.0 to 22.4.1

chore(deps-dev): bump @types/node from 22.4.0 to 22.4.1 #49

Workflow file for this run

name: Unit-Testing
on:
push:
branches:
- main
- major
- minor
pull_request:
branches:
- main
- major
- minor
env:
CI: true
node: 20.x
jobs:
unit-tests:
name: unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.node }}
- name: yarn install
run: yarn install
- name: Unit tests
run: yarn test-unit