Skip to content

Commit

Permalink
Feat: Create script to update NodeJS packages
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Sep 25, 2023
1 parent bcae9c0 commit 755d72c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update-node.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
npm i npm@latest
npm audit fix
npm i npm@latest

0 comments on commit 755d72c

Please sign in to comment.