Skip to content

chore(deps-dev): bump the npm_and_yarn group across 1 directory with … #1044

chore(deps-dev): bump the npm_and_yarn group across 1 directory with …

chore(deps-dev): bump the npm_and_yarn group across 1 directory with … #1044

Workflow file for this run

name: Node CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run Unit Tests
run: npm run test:unit