Skip to content

[Snyk] Upgrade @types/lodash from 4.17.17 to 4.17.18 #973

[Snyk] Upgrade @types/lodash from 4.17.17 to 4.17.18

[Snyk] Upgrade @types/lodash from 4.17.17 to 4.17.18 #973

Workflow file for this run

name: QPP Measures Data Feature PR CI/Checks
on:
pull_request:
types: [opened, synchronize]
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v4
- name: Configure Node version and registry
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test