ci: update config

This commit is contained in:
2022-12-02 01:01:48 +08:00
parent 95c4178a86
commit e3778e3dd3
2 changed files with 1 additions and 7 deletions

View File

@@ -9,4 +9,4 @@ updates:
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "monthly" interval: "monthly"
open-pull-requests-limit: 20 open-pull-requests-limit: 15

View File

@@ -17,9 +17,3 @@ jobs:
node-version: '16.x' node-version: '16.x'
- run: npm install - run: npm install
- run: npm run lint && npm run build - 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/*