Skip to content

fix: bump lodash from 4.17.21 to 4.17.23 in the security-updates group across 1 directory #541

fix: bump lodash from 4.17.21 to 4.17.23 in the security-updates group across 1 directory

fix: bump lodash from 4.17.21 to 4.17.23 in the security-updates group across 1 directory #541

Workflow file for this run

name: Unit/Integration tests
on: pull_request
jobs:
run-unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version: 'lts/Iron'
check-latest: true
- name: Install all dependencies
run: |
npm ci
- name: Run unit tests
run: |
npm run test