Skip to content

chore: bump the dependencies group with 10 updates #17

chore: bump the dependencies group with 10 updates

chore: bump the dependencies group with 10 updates #17

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run test
- run: npm run lint