From e3778e3dd3744cda69212d40af523db131d74af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Fri, 2 Dec 2022 01:01:48 +0800 Subject: [PATCH] ci: update config --- .github/dependabot.yml | 2 +- .github/workflows/test.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d165de1..ec3c840 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - open-pull-requests-limit: 20 + open-pull-requests-limit: 15 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b4d969..7a5ca03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,3 @@ jobs: node-version: '16.x' - run: npm install - run: npm run lint && npm run build - - - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.1.4 - with: - name: devDist - path: ./dist/index/*