Skip to content

Commit

Permalink
fix the vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Nov 21, 2024
1 parent a53c7a2 commit 0601a05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22' ## se atentar a versão do NodeJS
node-version: '22' ## Look the NodeJS Version

- name: Install dependencies
run: npm install

- name: Run npm audit
run: npm audit --omit=dev

- name: Fix vulnerabilities
run: npm audit fix # Fix the vulnerabilities

0 comments on commit 0601a05

Please sign in to comment.