Skip to content

Bump lodash from 4.17.20 to 4.17.23 #9

Bump lodash from 4.17.20 to 4.17.23

Bump lodash from 4.17.20 to 4.17.23 #9

Workflow file for this run

name: Unit Tests
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install nodejs
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install deps
run: npm install
- name: Run tests
run: npm test