Skip to content

[DT-400-docker]: Bump node from 22.13.0 to 22.13.1 in the docker-dependencies group #4189

[DT-400-docker]: Bump node from 22.13.0 to 22.13.1 in the docker-dependencies group

[DT-400-docker]: Bump node from 22.13.0 to 22.13.1 in the docker-dependencies group #4189

Workflow file for this run

on: [pull_request]
name: npm audit
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: '22.11.0'
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev