Skip to content

chore(deps-dev): bump the development-dependencies group across 1 dir… #1046

chore(deps-dev): bump the development-dependencies group across 1 dir…

chore(deps-dev): bump the development-dependencies group across 1 dir… #1046

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