Skip to content

build(deps-dev): bump lodash from 4.17.21 to 4.17.23 #121

build(deps-dev): bump lodash from 4.17.21 to 4.17.23

build(deps-dev): bump lodash from 4.17.21 to 4.17.23 #121

Workflow file for this run

name: Unit Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Run Tests
run: npm run test