Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adhikareeprayush authored May 19, 2024
1 parent 06eea1b commit 68924bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
with:
node-version: '18'

- name: Dependencies Autoupdate
uses: romoh/[email protected]
- name: Dependencies Update Check
run: npm install -g npm-check-updates

- name: Dependecies AutoUpdate
run: |
npx npm-check-updates -u
npm install
- name: Commit changes
run: |
Expand Down

0 comments on commit 68924bc

Please sign in to comment.