Skip to content

Bump lodash from 4.17.21 to 4.17.23 #201

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #201

Workflow file for this run

name: Run Unit Tests
on:
push:
pull_request:
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: |
npm install
npm run test