From b9a0540444b377b399eb115e41bec00a4fcc5ddc Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:24:16 +0900 Subject: [PATCH] ci: ignore node-fetch updates --- .github/workflows/update-dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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