Skip to content

fix: update cypress and ignore major eslint updates #1045

fix: update cypress and ignore major eslint updates

fix: update cypress and ignore major eslint updates #1045

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