diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml index 6236b02..6bc38d3 100644 --- a/.github/workflows/update-dep.yml +++ b/.github/workflows/update-dep.yml @@ -12,7 +12,7 @@ jobs: node-version: '12.x' - name: Update dependencies run: | - npx -p npm-check-updates ncu -u + npx -p npm-check-updates ncu -u -x node-fetch npm install - name: Create Pull Request uses: peter-evans/create-pull-request@v3