We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e9e13 commit b930241Copy full SHA for b930241
.github/workflows/npm-update.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Update dependencies
25
run: |
26
- npm update
+ npx npm-check-updates -u && npm install && npm update
27
continue-on-error: true
28
29
- name: Check for changes
0 commit comments