Skip to content

[DCJ-400-docker]: Bump node from 22.9.0 to 23.1.0 in the docker-dependencies group #3986

[DCJ-400-docker]: Bump node from 22.9.0 to 23.1.0 in the docker-dependencies group

[DCJ-400-docker]: Bump node from 22.9.0 to 23.1.0 in the docker-dependencies group #3986

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
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev