Skip to content

Commit b930241

Browse files
Update updator
1 parent 47e9e13 commit b930241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Update dependencies
2525
run: |
26-
npm update
26+
npx npm-check-updates -u && npm install && npm update
2727
continue-on-error: true
2828

2929
- name: Check for changes

0 commit comments

Comments
 (0)