Skip to content

Bump nodemon from 3.0.2 to 3.0.3 #38

Bump nodemon from 3.0.2 to 3.0.3

Bump nodemon from 3.0.2 to 3.0.3 #38

name: Node.js Vulnerability Check
on: [push, pull_request]
jobs:
check-vulnerabilities:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '>=18.19.0' # Specify the Node.js version you want to test against
check-latest: true
- name: Run Vulnerability Scan
run: npm audit --json
- name: Fix Vulnerabilities
run: npm audit fix --force --json